Skip to content

Commit

Permalink
test(meta): add string test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed May 27, 2020
1 parent 2b452ff commit 5ce1d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper/src/tests/default_strategy/meta_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def test_meta_decimal_version(self):

assert len(actual) == 2
assert actual[0]['version'] == "5.20"
assert actual[0]['version'] != "5.2"
assert actual[1]['version'] != 5.2

def test_meta_escaped_string(self):
Expand Down

0 comments on commit 5ce1d09

Please sign in to comment.