Skip to content

Commit

Permalink
Fix tests for cn measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 20, 2024
1 parent 3a59f88 commit e9f0940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oonipipeline/tests/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def test_wc_v5_cn_bug_observations(netinfodb, measurements):
assert len(obs_tup) == 2
web_obs, web_ctrl_obs = obs_tup
assert isinstance(web_obs[0], WebObservation)
assert len(web_obs) == 15
assert len(web_ctrl_obs) == 13
assert len(web_obs) == 4
assert len(web_ctrl_obs) == 2


def test_http_observations(measurements, netinfodb):
Expand Down

0 comments on commit e9f0940

Please sign in to comment.