Skip to content

Commit

Permalink
param name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 22, 2023
1 parent 1a99873 commit 7042434
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

def test_items():
context = build_asset_context(
resources={"hn_client": StubHNClient()}, op_config={"N": StubHNClient().fetch_max_item_id()}
resources={"hn_client": StubHNClient()},
asset_config={"N": StubHNClient().fetch_max_item_id()},
)
hn_dataset = items(context)
assert isinstance(hn_dataset, pd.DataFrame)
Expand Down

0 comments on commit 7042434

Please sign in to comment.