Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Oppenheimer authored and Aaron Oppenheimer committed Aug 3, 2024
1 parent e661d66 commit 0b5c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion band/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def test_auto_assign_section_order(self):
class PublicBandPageTest(GigTestBase):
def test_public_gigs(self):
band = self.band
a1 = Assoc.objects.create(
Assoc.objects.create(
member=self.joeuser, band=band, status=AssocStatusChoices.CONFIRMED
)
self.create_gig_form(contact=self.joeuser, title="test1")
Expand Down

0 comments on commit 0b5c740

Please sign in to comment.