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 10123e5 commit 22d91e8Copy full SHA for 22d91e8
echoprovider/server_test.go
@@ -262,7 +262,7 @@ func TestEchoProviderServer_immutable(t *testing.T) {
262
},
263
264
{
265
- // Despite the provider config data changing the "echo.test_one" resource will never change as it's immutable.
+ // Despite the provider config data changing, the "echo.test_one" resource will never change as it's immutable.
266
Config: `
267
provider "echo" {
268
data = ["tuple", "of", "values"]
0 commit comments