Skip to content

Commit

Permalink
spelling~
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Fagerlund <nick.fagerlund@gmail.com>
  • Loading branch information
rexredinger and nfagerlund committed Mar 24, 2022
1 parent 8ca362f commit 5bb1a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variable_set_test.go
Expand Up @@ -135,7 +135,7 @@ func TestVariableSetsUpdate(t *testing.T) {
defer orgTestCleanup()

vsTest, _ := createVariableSet(t, client, orgTest, VariableSetCreateOptions{
Name: String("OrinigalName"),
Name: String("OriginalName"),
Description: String("Original Description"),
Global: Bool(false),
})
Expand Down

0 comments on commit 5bb1a6c

Please sign in to comment.