]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
pytest: remove arbitrary assertion
authorKayla Fire <firestack@users.noreply.github.com>
Tue, 5 Oct 2021 15:44:57 +0000 (11:44 -0400)
committerKayla Fire <firestack@users.noreply.github.com>
Tue, 5 Oct 2021 15:44:57 +0000 (11:44 -0400)
tests/test_basic.py

index 6278102838bda7b32334156a22ec677a620e2f0a..6b3e4741e2d8a6672f316f79cf187071f5910674 100644 (file)
@@ -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)