We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d42c2 commit 493a7f6Copy full SHA for 493a7f6
tests/integration/table_data_query_with_compression_test.go
@@ -68,5 +68,5 @@ func TestDataQueryWithCompression(t *testing.T) {
68
}
69
70
}(err)
71
- require.Equal(t, "not found column 'ghi'", err.Error())
+ require.ErrorContains(t, err, "not found column 'ghi'")
72
0 commit comments