Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Nov 15, 2024
1 parent 10123e5 commit 22d91e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echoprovider/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func TestEchoProviderServer_immutable(t *testing.T) {
},
},
{
// 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.
Config: `
provider "echo" {
data = ["tuple", "of", "values"]
Expand Down

0 comments on commit 22d91e8

Please sign in to comment.