We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49f917 commit 5a319a1Copy full SHA for 5a319a1
tests/test_tools.py
@@ -16,4 +16,4 @@ def test_path(self):
16
get_full_data_path(data_filename).endswith(data_filename)
17
)
18
self.assertTrue(isinstance(get_pythainlp_data_path(), str))
19
- self.assertTrue(isinstance(get_pythainlp_path, str))
+ self.assertTrue(isinstance(get_pythainlp_path(), str))
0 commit comments