Skip to content

Commit ca55a2f

Browse files
committed
add new col
1 parent c94ccb9 commit ca55a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_db/test/test_util.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def test_get_table_cols(self):
9393
exp = {"email", "user_level_id", "password", "name", "affiliation",
9494
"address", "phone", "user_verify_code", "pass_reset_code",
9595
"pass_reset_timestamp", "receive_processing_job_emails",
96-
"social_orcid", "social_researchgate", "social_googlescholar"}
96+
"social_orcid", "social_researchgate", "social_googlescholar",
97+
"creation_timestamp"}
9798
self.assertEqual(set(obs), exp)
9899

99100
def test_exists_table(self):

0 commit comments

Comments
 (0)