Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Apr 8, 2021
1 parent d6fe2b2 commit c1c1178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbgap_sync/test_user_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def test_sync_in_login(
):
user = models.query_for_user(
session=db_session, username="TESTUSERB"
) # contains no information
) # contains no informationa
assert len(user.project_access) == 0
db_session.close()
syncer.sync_single_user_visas(user, db_session)
Expand Down

0 comments on commit c1c1178

Please sign in to comment.