Skip to content

Commit

Permalink
remove test_dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Nov 14, 2024
1 parent 37d7eeb commit a07b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/execution_store_service_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@pytest.fixture
def dataset():
return fo.Dataset(name="test_dataset")
return fo.Dataset()


@pytest.fixture
Expand Down

0 comments on commit a07b12c

Please sign in to comment.