Skip to content

Commit 71b97f3

Browse files
committed
account for additional test users
1 parent ec90003 commit 71b97f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_db/test/test_portal.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def test_add_portal(self):
4747
qdb.sql_connection.TRN.add("SELECT * FROM qiita.analysis_portal")
4848
obs = qdb.sql_connection.TRN.execute_fetchindex()
4949
exp = [[1, 1], [2, 1], [3, 1], [4, 1], [5, 1], [6, 1], [7, 2], [8, 2],
50-
[9, 2], [10, 2], [11, 4], [12, 4], [13, 4], [14, 4]]
50+
[9, 2], [10, 2], [11, 4], [12, 4], [13, 4], [14, 4],
51+
[15, 4], [16, 4], [17, 4]]
5152
self.assertCountEqual(obs, exp)
5253

5354
with self.assertRaises(qdb.exceptions.QiitaDBDuplicateError):

0 commit comments

Comments
 (0)