Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed Nov 11, 2024
1 parent 353d92c commit b6b1222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tts-line/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestAddProcessors(t *testing.T) {
"cleaner(HTTPBackoff(HTTPWrap(http://cl.su, tm: 10s)))",
"normalizer(HTTPBackoff(HTTPWrap(http://norm.su, tm: 10s)))",
"saver(cleaned)",
"numberReplace(HTTPBackoff(HTTPWrap(http://nr.su, tm: 10s)))",
"numberReplace(HTTPBackoff(HTTPWrap(http://nr.su, tm: 20s)))",
"saver(normalized)",
"tagger(", "joinAudio(audioLoader(./))",
"audioConverter", "addMetrics"}
Expand Down

0 comments on commit b6b1222

Please sign in to comment.