Skip to content

Commit d9fe5db

Browse files
committed
fix tablet test
1 parent b6125cb commit d9fe5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/tablet_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func TestTablet_SetValueAt(t *testing.T) {
191191
columnIndex: 0,
192192
rowIndex: 0,
193193
},
194-
wantErr: true,
194+
wantErr: false,
195195
}, {
196196
name: "columnIndex-1",
197197
args: args{

0 commit comments

Comments
 (0)