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.
2 parents 5433e72 + 0fc3464 commit ad0004cCopy full SHA for ad0004c
Orange/tests/test_txt_reader.py
@@ -89,7 +89,7 @@ def test_read_csv_with_na(self):
89
def test_read_nonutf8_encoding(self):
90
with self.assertRaises(ValueError) as cm:
91
data = Table(test_filename('datasets/binary-blob.tab'))
92
- self.assertIn('NULL byte', cm.exception.args[0])
+ self.assertIn('NUL', cm.exception.args[0])
93
94
with self.assertRaises(ValueError):
95
with warnings.catch_warnings():
0 commit comments