Skip to content

Commit

Permalink
Update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 26, 2024
1 parent e390c64 commit e13a65e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ def test_cached_load_spec_single_resource(
client_secret=EnvVar("AIRBYTE_CLIENT_SECRET"),
)

# load asset specs a first time
# load asset specs, calls are made
workspace.load_asset_specs()
assert len(fetch_workspace_data_api_mocks.calls) == 4

# load asset specs a first time, no additional calls are made
# load asset specs another time, no additional calls are made
workspace.load_asset_specs()
assert len(fetch_workspace_data_api_mocks.calls) == 4

Expand Down

0 comments on commit e13a65e

Please sign in to comment.