commit b3a84ee1fe4d2e7347358f1b00f9e2f26a159854 Author: juga0 juga@riseup.net Date: Mon Mar 9 14:19:16 2020 +0000
fix: tests: linter error cause missing nl --- tests/unit/lib/test_relaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unit/lib/test_relaylist.py b/tests/unit/lib/test_relaylist.py index c4c6e71..846677f 100644 --- a/tests/unit/lib/test_relaylist.py +++ b/tests/unit/lib/test_relaylist.py @@ -72,4 +72,4 @@ def test_init_relays( removed_fps = fps.difference(fps_5days_later) # The number of relays will be the number of relays in the cosensus plus # the added ones minus the removed ones. - assert 6925 == 6505 + len(added_fps) - len(removed_fps) \ No newline at end of file + assert 6925 == 6505 + len(added_fps) - len(removed_fps)