Skip to content
Snippets Groups Projects

Python3

Merged Tanner Prestegard requested to merge python3 into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -50,4 +50,4 @@ def test_valid_graceids(graceid):
call_args, _ = mock_super_tiv.call_args
assert mock_super_tiv.call_count == 1
assert len(call_args) == 1
assert call_args[0].encode() == graceid.upper().strip()
assert call_args[0] == graceid.upper().strip()
Loading