Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leodube-aot committed Apr 4, 2024
1 parent 2599059 commit d333fc5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ def test_incorporation_filing_process_with_nr(app, session, legal_type, filing,
filing_meta = FilingMeta(application_date=effective_date)

# test
business, filing_rec, filing_meta = incorporation_filing.process(
None, filing, filing_rec, filing_meta
)
business, filing_rec, filing_meta = incorporation_filing.process(None, filing, filing_rec, filing_meta)

# Assertions
assert business.identifier == next_corp_num
Expand Down

0 comments on commit d333fc5

Please sign in to comment.