Skip to content

Commit 59acae2

Browse files
committed
FIX: Fix test to use new alias
1 parent cfc67a5 commit 59acae2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_historical_bento.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,14 +707,14 @@ def test_from_file_given_various_paths_returns_expected_metadata(
707707
assert data.schema == expected_schema
708708

709709

710-
def test_from_dbn_alias(
710+
def test_read_dbn_alias(
711711
test_data_path: Callable[[Dataset, Schema], Path],
712712
) -> None:
713713
# Arrange
714714
path = test_data_path(Dataset.GLBX_MDP3, Schema.MBO)
715715

716716
# Act
717-
data = databento.from_dbn(path=path)
717+
data = databento.read_dbn(path=path)
718718

719719
# Assert
720720
assert data.schema == Schema.MBO

0 commit comments

Comments
 (0)