Skip to content

Commit

Permalink
TestReportMultipleErrors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragmz committed Oct 23, 2023
1 parent 24293d7 commit 8fdc9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/transactions/logic/assembler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3619,8 +3619,8 @@ func TestReportMultipleErrors(t *testing.T) {
ops.ReportMultipleErrors("test.txt", &b)
expected := `test.txt: 1: error 1
test.txt: 0: error 2
test.txt: 3: error 4
test.txt: 4:1: error 3
test.txt: 3: error 3
test.txt: 4:1: error 4
test.txt: 5: warning 1
test.txt: 0: warning 2
test.txt: 7: warning 3
Expand Down

0 comments on commit 8fdc9ce

Please sign in to comment.