Skip to content

Commit

Permalink
Update metrics_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Feb 16, 2024
1 parent 691cd37 commit c5a272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestMetrics(t *testing.T) {
}
}
val := metric.Metric[0].Counter.GetValue()
assert.Equal(t, val, 2.0)
assert.GreaterOrEqual(t, val, 2.0)
}

func getMetrics(test *Test) string {
Expand Down

0 comments on commit c5a272e

Please sign in to comment.