support some filtering
This commit is contained in:
@@ -43,7 +43,7 @@ func TestBuildReport(t *testing.T) {
|
||||
Taxes: decimal.Decimal{},
|
||||
})).Times(1)
|
||||
|
||||
gotErr := internal.BuildReport(t.Context(), reader, writer)
|
||||
gotErr := internal.BuildReport(t.Context(), reader, writer, internal.Any())
|
||||
if gotErr != nil {
|
||||
t.Fatalf("got unexpected err: %v", gotErr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user