Skip to content

Commit fe2c3a7

Browse files
-
1 parent d07abea commit fe2c3a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundle/direct/dresources/all_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ func testCRUD(t *testing.T, group string, adapter *Adapter, client *databricks.W
373373
// t.Logf("Testing %s v=%#v, remoteValue=%#v", path.String(), val, remoteValue)
374374
// We expect fields set explicitly to be preserved by testserver, which is true for all resources as of today.
375375
// If not true for your resource, add exception here:
376-
377376
assert.Equal(t, val, remoteValue, "path=%q\nnewState=%s\nremappedState=%s", path.String(), jsonDump(newState), jsonDump(remappedState))
378377
}))
379378

0 commit comments

Comments
 (0)