Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Apr 4, 2024
1 parent 86cd1bc commit 6072a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/data_context/store/test_store_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ def test_TupleGCSStoreBackend(): # noqa: PLR0915
)
@pytest.mark.big
def test_TupleGCSStoreBackend_get_all(mocker: MockerFixture):
# Note: it would be nice to inject the gcs client so we could pass in the mock.
bucket = "leakybucket"
prefix = "this_is_a_test_prefix"
project = "dummy-project"
Expand Down

0 comments on commit 6072a99

Please sign in to comment.