Skip to content

Commit ded6e1c

Browse files
cphycneutrinoceros
andauthored
Apply suggestions from code review
Co-authored-by: Clément Robert <cr52@protonmail.com>
1 parent a9dd0db commit ded6e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yt/data_objects/tests/test_time_series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def _setup_classes(self):
6666
return
6767

6868
try:
69-
yield __FakeDataset
69+
yield _FakeDataset
7070
finally:
71-
output_type_registry.pop("__FakeDataset")
71+
output_type_registry.pop("_FakeDataset")
7272

7373

7474
@pytest.fixture

0 commit comments

Comments
 (0)