Skip to content

Commit b571a82

Browse files
committed
addressing @adamrp comment
1 parent 2982ae4 commit b571a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/test/test_meta_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_get_accessible_filepath_ids(self):
4343
self.assertEqual(obs, set())
4444

4545
# 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])
46+
exp = set([1, 2, 3, 4, 5, 6, 7, 11, 14, 15, 16])
4747
obs = get_accessible_filepath_ids('test@foo.bar')
4848
self.assertEqual(obs, exp)
4949

0 commit comments

Comments
 (0)