Skip to content

Commit

Permalink
bug: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Oct 3, 2023
1 parent fc4c1a2 commit 14a39d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/metrics/sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@ func TestSend(t *testing.T) {
name: "JoinStarted",
event: JoinStarted{
ClusterID: uuid.New(),
Name: "foo",
NodeName: "foo",
},
},
{
name: "JoinSucceeded",
event: JoinSucceeded{
ClusterID: uuid.New(),
Name: "foo",
NodeName: "foo",
},
},
{
name: "JoinFailed",
event: JoinFailed{
ClusterID: uuid.New(),
Name: "foo",
NodeName: "foo",
Reason: "bar",
},
},
Expand Down

0 comments on commit 14a39d1

Please sign in to comment.