Skip to content

Commit

Permalink
Update sentinel table name in test_pipeline.py
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jun 13, 2024
1 parent c9a1667 commit 84357d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/lancedb/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,5 @@ def test_empty_dataset_allowed() -> None:
assert info.dataset_name is None
client = pipe.destination_client() # type: ignore[assignment]
assert client.dataset_name is None
assert client.sentinel_table == "DltSentinelCollection"
assert client.sentinel_table == "dltSentinelTable"
assert_table(pipe, "content", expected_items_count=3)

0 comments on commit 84357d7

Please sign in to comment.