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 2982ae4 commit b571a82Copy full SHA for b571a82
qiita_db/test/test_meta_util.py
@@ -43,7 +43,7 @@ def test_get_accessible_filepath_ids(self):
43
self.assertEqual(obs, set())
44
45
# Test that it doesn't brake if the SampleTemplate hasn't been added
46
- exp = set([1, 2, 3, 4, 5, 6, 7, 11L, 14, 15, 16])
+ exp = set([1, 2, 3, 4, 5, 6, 7, 11, 14, 15, 16])
47
obs = get_accessible_filepath_ids('[email protected]')
48
self.assertEqual(obs, exp)
49
0 commit comments