Skip to content

Commit

Permalink
OK
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Aug 14, 2024
1 parent 4a01f01 commit 4694c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/nistoar/midas/dbio/test_inmem.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def test_adv_select_records(self):
recs = list(self.cli.adv_select_records(constraint_or))
self.assertEqual(len(recs), 2)
self.assertEqual(recs[0].id, "pdr0:0006")
print(recs[1].data["keyword"])
self.assertEqual(recs[1].id, "pdr0:0003")
self.assertEqual(recs[1].data["keyword"][0], "Ray")
self.assertEqual(recs[1].data["theme"][0], "Gretchen")
Expand Down

0 comments on commit 4694c40

Please sign in to comment.