Skip to content

Commit 5a319a1

Browse files
committed
Fix test case for tools.path
1 parent d49f917 commit 5a319a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def test_path(self):
1616
get_full_data_path(data_filename).endswith(data_filename)
1717
)
1818
self.assertTrue(isinstance(get_pythainlp_data_path(), str))
19-
self.assertTrue(isinstance(get_pythainlp_path, str))
19+
self.assertTrue(isinstance(get_pythainlp_path(), str))

0 commit comments

Comments
 (0)