From b3e6260e8a1ec484461a6b01421b0c20dc6a1eb1 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 3 May 2021 16:54:07 +0200 Subject: [PATCH] libbtrfsutil: fix test case class name for python bindings In file test_filesystem.py the class name should be TestFilesystem, this looks like a typo and does not affect functionality. Signed-off-by: David Sterba --- libbtrfsutil/python/tests/test_filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbtrfsutil/python/tests/test_filesystem.py b/libbtrfsutil/python/tests/test_filesystem.py index 006a6b1e..f084261a 100644 --- a/libbtrfsutil/python/tests/test_filesystem.py +++ b/libbtrfsutil/python/tests/test_filesystem.py @@ -27,7 +27,7 @@ def touch(path): os.utime(path, (now, now)) -class TestSubvolume(BtrfsTestCase): +class TestFilesystem(BtrfsTestCase): def super_generation(self): with open(self.image, 'rb') as f: # csum is 32 bytes, fsid is 16 bytes, bytenr is 8 bytes, flags is 8