Skip to content

Commit

Permalink
fix: test url
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Oct 24, 2024
1 parent 8e41281 commit 9573781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/test_compR1_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_compR1_1_with_usage_guide():
assert result == True

def test_compR1_1_with_usage_guide_no_op_url():
instance = Instance(documentation=[Documentation(type='usage guide', url='https://github.com')])
instance = Instance(documentation=[Documentation(type='usage guide', url='https://githubbbb.com')])
result, logs = compR1_1(instance)
assert result == False

Expand Down

0 comments on commit 9573781

Please sign in to comment.