Skip to content

Commit de2921b

Browse files
committed
fix: [tests] fixed class name
1 parent 62cbcfe commit de2921b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import unittest
55

66

7-
class TestMisc(SysdiagnoseTestCase):
7+
class TestLock(SysdiagnoseTestCase):
88

99
def test_lock(self):
1010
lock = FileLock('foo.txt', timeout=1)

0 commit comments

Comments
 (0)