Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonesy committed Sep 13, 2024
1 parent 0006adc commit 9741b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/goverseer/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestFromFile(t *testing.T) {
assert.NoError(t, err,
"Parsing a config file with no Configs should not error")
assert.Equal(t, map[string]interface{}(nil), config.Executioner.Config,
"An executor with no Config should have an empty map for the value")
"An executioner with no Config should have an empty map for the value")
assert.Equal(t, map[string]interface{}(nil), config.Watcher.Config,
"A watcher with no Config should have an empty map for the value")
}

0 comments on commit 9741b56

Please sign in to comment.