Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Apr 21, 2017
1 parent 5e48986 commit 6290a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uw_sws/tests/test_enrollment.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def test_enrollment_search(self):
self.assertTrue(term4 in result_dict)
self.assertIsNotNone(result_dict.get(term4))

# regid of none
result_dict = enrollment_search_by_regid(
'00000000000000000000000000000001')
self.assertEqual(len(result_dict), 0)

0 comments on commit 6290a10

Please sign in to comment.