Skip to content

Commit 9f87f10

Browse files
committed
Format dataset source tests
1 parent 0a58bed commit 9f87f10

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

policyengine_uk/tests/test_simulation_dataset_sources.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ def fake_build_from_multi_year_dataset(dataset):
8585
built["dataset"] = dataset
8686

8787
simulation_module._url_dataset_cache.pop(cache_key, None)
88-
monkeypatch.setattr(
89-
simulation_module, "UKMultiYearDataset", FakeMultiYearDataset
90-
)
88+
monkeypatch.setattr(simulation_module, "UKMultiYearDataset", FakeMultiYearDataset)
9189
monkeypatch.setattr(
9290
simulation_module, "_pre_encode_enum_columns", lambda dataset, tbs: None
9391
)

0 commit comments

Comments
 (0)