funilrys
2018-09-05 23:53:57 -04:00
committed by Steven Black
parent f5ef7e02d7
commit 782a178596
+1 -1
View File
@@ -43,7 +43,7 @@ class Base(unittest.TestCase):
@property
def sep(self):
return "\\" if sys.platform == "win32" else "/"
return os.sep
def assert_called_once(self, mock_method):
self.assertEqual(mock_method.call_count, 1)