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 c5a272e commit 4bd9ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/test/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func TestMetrics(t *testing.T) {
break
}
}
assert.NotNil(t, metric)
val := metric.Metric[0].Counter.GetValue()
assert.GreaterOrEqual(t, val, 2.0)
}
Expand Down

0 comments on commit 4bd9ea1

Please sign in to comment.