Skip to content

Commit 90e631b

Browse files
committed
Test results == expected
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d67db54 commit 90e631b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_gemfileparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def check_gemparser_results(test_file, regen=False):
2828
with open(expected_file) as o:
2929
expected = json.load(o)
3030

31-
assert expected == dependencies
31+
assert dependencies == expected
3232

3333

3434
def test_source_only_gemfile():

0 commit comments

Comments
 (0)