Skip to content

Commit

Permalink
Removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gsa-suk committed Nov 27, 2024
1 parent af96e0c commit 1980229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/support/test_cog_over.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def test_cog_assignment_for_2024_audit(self):
sac.save()

cog_agency, over_agency = compute_cog_over(
sac.federal_awards, sac.submission_status, sac.general_information["ein"],
sac.federal_awards, sac.submission_status, sac.general_information["ein"],
sac.general_information["auditee_uei"], sac.general_information["audit_year"]
)
self.assertEqual(cog_agency, "84")
Expand Down Expand Up @@ -545,7 +545,7 @@ def test_cog_assignment_for_2027_w_baseline(self):
sac.save()

cog_agency, over_agency = compute_cog_over(
sac.federal_awards, sac.submission_status, sac.general_information["ein"],
sac.federal_awards, sac.submission_status, sac.general_information["ein"],
sac.general_information["auditee_uei"], sac.general_information["audit_year"]
)
self.assertEqual(cog_agency, "84")
Expand Down Expand Up @@ -584,7 +584,7 @@ def test_cog_assignment_for_2027_no_baseline(self):
sac.save()

cog_agency, over_agency = compute_cog_over(
sac.federal_awards, sac.submission_status, sac.general_information["ein"],
sac.federal_awards, sac.submission_status, sac.general_information["ein"],
sac.general_information["auditee_uei"], sac.general_information["audit_year"]
)
self.assertEqual(cog_agency, "10")
Expand Down

0 comments on commit 1980229

Please sign in to comment.