Skip to content

Commit

Permalink
Trigger test of python-source GA with trivial code change
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Jul 8, 2024
1 parent ddccd07 commit e06c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/nistoar/pdr/preserv/bagger/test_midas.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def test_registered_files(self):
os.path.join(revsip, "trial2.json"))
self.assertEqual(datafiles["trial3/trial3a.json"],
os.path.join(revsip, "trial3/trial3a.json"))
self.assertEqual(len(datafiles), 6)
self.assertEqual(len(datafiles), 6)

def test_available_files(self):
revsip = os.path.join(self.revdir, self.midasid[32:])
Expand Down

0 comments on commit e06c187

Please sign in to comment.