Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Sep 21, 2023
1 parent 394794c commit d603fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observer/holder/nodesHolder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func TestNodesHolder_ConstructorAndGetters(t *testing.T) {
nh, err := NewNodesHolder([]*data.NodeData{}, []*data.NodeData{}, data.AvailabilityRecent)
nh, err := NewNodesHolder([]*data.NodeData{}, []*data.NodeData{}, data.AvailabilityAll)
require.Equal(t, errEmptyNodesList, err)
require.True(t, check.IfNil(nh))

Expand Down

0 comments on commit d603fed

Please sign in to comment.