Skip to content

Commit 493a7f6

Browse files
committed
change integration test
1 parent b6d42c2 commit 493a7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/table_data_query_with_compression_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ func TestDataQueryWithCompression(t *testing.T) {
6868
}
6969
}
7070
}(err)
71-
require.Equal(t, "not found column 'ghi'", err.Error())
71+
require.ErrorContains(t, err, "not found column 'ghi'")
7272
}

0 commit comments

Comments
 (0)