Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
sters committed Nov 6, 2022
1 parent c9e82f9 commit a2ffbae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions yamldiff/printer_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package yamldiff

import (
"fmt"
"sort"
"strings"
"testing"
Expand Down Expand Up @@ -317,14 +316,14 @@ func Test_diff_Dump(t *testing.T) {
diffCount: 2 + 1,
status: DiffStatusDiff,
},
want: fmt.Sprintf(`
want: `
- 1
- 5
%s
-
- 2
- - 3
- - 4
- - 6`, "- "),
- - 6`,
},
},
}
Expand Down

0 comments on commit a2ffbae

Please sign in to comment.