Skip to content

Commit 04c3712

Browse files
committed
croot: apply go vet fix
1 parent 8cc512d commit 04c3712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func TestClass(t *testing.T) {
192192
if m.ArrayDim != ndims {
193193
t.Fatalf(
194194
"%s.%s: ndims error. want=%d. got=%d\n",
195-
table.Name, m.Name, m.TypeName,
195+
table.Name, m.Name, m.ArrayDim,
196196
ndims,
197197
)
198198
}

0 commit comments

Comments
 (0)