Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Dec 20, 2021
1 parent 61ca25c commit 68cc391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var _ = Describe("Config", func() {
data :=
`conditional:
mapping:
multiple.resolvers: udp:192.168.178.1,wongprotocol:4.4.4.4:53`
multiple.resolvers: udp:192.168.178.1,wrongprotocol:4.4.4.4:53`
helpertest.ShouldLogFatal(func() {
unmarshalConfig([]byte(data), cfg)
})
Expand Down

0 comments on commit 68cc391

Please sign in to comment.