Skip to content

Commit 81799d2

Browse files
committed
Fixes tests
1 parent 2016455 commit 81799d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/gitdiff/csv_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestCSVDiff(t *testing.T) {
4545
+b,b`,
4646
base: "col1,col2\na,a",
4747
head: "col1,col2\na,a\nb,b",
48-
cells: [][2]TableDiffCellType{{TableDiffCellEqual, TableDiffCellEqual}, {TableDiffCellEqual, TableDiffCellEqual}, {TableDiffCellChanged, TableDiffCellChanged}},
48+
cells: [][2]TableDiffCellType{{TableDiffCellEqual, TableDiffCellEqual}, {TableDiffCellEqual, TableDiffCellEqual}, {TableDiffCellAdd, TableDiffCellAdd}},
4949
},
5050
// case 2 - row deleted
5151
{

0 commit comments

Comments
 (0)