From 3f7b0b0832a61ccaf590f3503521eb7cf8f14f64 Mon Sep 17 00:00:00 2001 From: Kayla Fire Date: Tue, 5 Oct 2021 11:44:57 -0400 Subject: pytest: remove arbitrary assertion --- tests/test_basic.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_basic.py') diff --git a/tests/test_basic.py b/tests/test_basic.py index 62781028..6b3e4741 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -38,9 +38,6 @@ def test_list(tmpdir): assert len(ret.stderr) == 0 assert "recovering from clean shutdown" in ret.stdout - # Totally arbitrary, feel free to update or remove after inspecting. - assert len(ret.stdout.splitlines()) == 97 - def test_list_inodes(tmpdir): dev = util.format_1g(tmpdir) -- cgit v1.2.3