minor refactor

This commit is contained in:
2023-09-01 15:13:54 -04:00
parent faa413c9b1
commit 1662ff226b
5 changed files with 31 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ func TestMake(t *testing.T) {
t.Fatalf("failed to create ouput image file %v", err)
}
err = Make(req, testDataFS, out)
err = Make(&req, testDataFS, out)
if err != nil {
t.Fatalf("failed to make collage %v", err)
}