Skip to content

Commit d53592a

Browse files
author
Paolo Biglioli
committed
fix test
1 parent 316782b commit d53592a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func TestDocumentCommercialWithInvoice(t *testing.T) {
174174
t.Errorf("Expected error = nil, got %s", err)
175175
}
176176
commands := documentCommercial.get()
177-
if len(commands) != 3 {
177+
if len(commands) != 2 {
178178
t.Errorf("Expected 3 commands, got %d", len(commands))
179179
}
180180

0 commit comments

Comments
 (0)