Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Mar 1, 2022
1 parent 7370156 commit dd246ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/test/unit/management/commands/generatewaveforms_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ def test_paginates_audio_waveforms_to_generate(
(1, "audiowaveform"),
{"stderr": b"This is an error string"},
),
(psycopg2.errors.lookup(psycopg2.errorcodes.NOT_NULL_VIOLATION), tuple(), dict()),
(
psycopg2.errors.lookup(psycopg2.errorcodes.NOT_NULL_VIOLATION),
tuple(),
dict(),
),
),
)
@mock.patch("catalog.api.models.audio.generate_peaks")
Expand Down

0 comments on commit dd246ac

Please sign in to comment.