Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct several assertions in the NTP test
Fixes: ``` >>> assert (pkt_1.precision.val == precision, pkt_1.precision.val) Traceback (most recent call last): File "/usr/lib64/python3.11/codeop.py", line 153, in __call__ return _maybe_compile(self.compiler, source, filename, symbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/codeop.py", line 73, in _maybe_compile return compiler(source, filename, symbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/codeop.py", line 118, in __call__ codeob = compile(source, filename, symbol, self.flags, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<input>", line 2 SyntaxError: assertion is always true, perhaps remove parentheses? ```
- Loading branch information