Skip to content

Commit

Permalink
Source Bing Ads: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 committed Oct 26, 2023
1 parent 846fbbe commit ce93eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def logger_mock_fixture():
@patch.object(source_bing_ads.source, "Client")
def test_streams_config_based(mocked_client, config):
streams = SourceBingAds().streams(config)
assert len(streams) == 41
assert len(streams) == 45


@patch.object(source_bing_ads.source, "Client")
Expand Down

0 comments on commit ce93eb5

Please sign in to comment.