Skip to content

Commit 22d91e8

Browse files
committed
comma
1 parent 10123e5 commit 22d91e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echoprovider/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func TestEchoProviderServer_immutable(t *testing.T) {
262262
},
263263
},
264264
{
265-
// Despite the provider config data changing the "echo.test_one" resource will never change as it's immutable.
265+
// Despite the provider config data changing, the "echo.test_one" resource will never change as it's immutable.
266266
Config: `
267267
provider "echo" {
268268
data = ["tuple", "of", "values"]

0 commit comments

Comments
 (0)