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 79b2189 commit 460e176Copy full SHA for 460e176
helper/resource/query/query_test.go
@@ -111,8 +111,8 @@ func TestQuery(t *testing.T) {
111
}
112
`,
113
QueryResultChecks: []querycheck.QueryResultCheck{
114
- querycheck.ExpectLength("examplecloud_containerette.test", knownvalue.Int64Exact(3)),
115
- querycheck.ExpectLength("examplecloud_containerette.test2", knownvalue.Int64Exact(3)),
+ querycheck.ExpectLength("examplecloud_containerette.test", 3),
+ querycheck.ExpectLength("examplecloud_containerette.test2", 3),
116
},
117
118
{
0 commit comments