Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sivkovic committed Jan 14, 2025
1 parent c03f77f commit a60bee2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def test_construct_argos_jobs_pdx(self):
samples.append(build_sample(igo_id_group[igo_id]))

argos_inputs, error_samples = construct_argos_jobs(samples)
expected_inputs = json.load(
open(os.path.join(settings.TEST_FIXTURE_DIR, "08944_B.argos.input.json"))
)
expected_inputs = json.load(open(os.path.join(settings.TEST_FIXTURE_DIR, "08944_B.argos.input.json")))
print("Running test_construct_argos_jobs_pdx")
self.assertTrue(argos_inputs == expected_inputs)

0 comments on commit a60bee2

Please sign in to comment.