Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 27, 2024
1 parent a730381 commit 8c30acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/pkg/checker/dal/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func TestExtractWsAlarms(t *testing.T) {
wsMsgChan <- msg
}
alarmCountMap := map[string]int{
"BTC": 3,
"ETH": 3,
"BTC": 10,
"ETH": 10,
}

// Call the function
Expand Down

0 comments on commit 8c30acb

Please sign in to comment.