Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 22, 2023
1 parent 1924fca commit ac80a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def test_items():
context = build_asset_context(
resources={"hn_client": StubHNClient()},
op_config={"N": StubHNClient().fetch_max_item_id()},
asset_config={"N": StubHNClient().fetch_max_item_id()},
)
hn_dataset = items(context)
assert isinstance(hn_dataset, pd.DataFrame)
Expand Down

0 comments on commit ac80a99

Please sign in to comment.