use options in the report

This commit is contained in:
2026-07-11 16:28:35 +01:00
parent 1ce8561782
commit 0a657682f6
3 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func TestBuildReport(t *testing.T) {
Taxes: decimal.Decimal{},
})).Times(1)
gotErr := internal.BuildReport(t.Context(), reader, writer, internal.Any())
gotErr := internal.BuildReport(t.Context(), reader, writer)
if gotErr != nil {
t.Fatalf("got unexpected err: %v", gotErr)
}