Skip to content

Commit

Permalink
Fix test for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed May 4, 2024
1 parent 10ce038 commit 35cf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (s *ConfigurationSuite) Test_Configuration() {
assert.NotNil(s.T(), config)
assert.Nil(s.T(), err)

assert.Equal(s.T(), mdns.MdnsProviderSelectionAll, config.MdnsProviderSelection())
assert.Equal(s.T(), mdns.MdnsProviderSelectionGoZeroConfOnly, config.MdnsProviderSelection())

config.SetMdnsProviderSelection(mdns.MdnsProviderSelectionAvahiOnly)
assert.Equal(s.T(), mdns.MdnsProviderSelectionAvahiOnly, config.MdnsProviderSelection())
Expand Down

0 comments on commit 35cf340

Please sign in to comment.