Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Dec 28, 2022
1 parent a6f5097 commit 3647edf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions uw_hrp/tests/test_hrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ def test_convert_bytes_str(self):

def test_get_person_by_netid(self):
hrp = HRP()
person = hrp.get_person_by_netid("javerage")
self.maxDiff = None
self.assertEqual(person.to_json(), {})

self.assertRaises(DataFailureException,
hrp.get_person_by_netid,
"None")
Expand Down

0 comments on commit 3647edf

Please sign in to comment.