Skip to content

Commit

Permalink
adjust numbers
Browse files Browse the repository at this point in the history
issue got resolved by onflow/cadence#3386
  • Loading branch information
turbolent committed Jun 4, 2024
1 parent d3f2264 commit c6c0409
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ func TestMigrationMetricsCollection(t *testing.T) {
require.Equal(
t,
Metrics{
// TODO: should be 752, like on master
TotalValues: 750,
TotalValues: 752,
TotalErrors: 6,
ErrorsPerContract: map[string]int{
"A.01cf0e2f2f715450.Test": 6,
Expand Down Expand Up @@ -188,8 +187,7 @@ func TestMigrationMetricsCollection(t *testing.T) {
require.Equal(
t,
Metrics{
// TODO: should be 752, like on master
TotalValues: 750,
TotalValues: 752,
TotalErrors: 6,
ErrorsPerContract: map[string]int{
"A.01cf0e2f2f715450.Test": 6,
Expand Down

0 comments on commit c6c0409

Please sign in to comment.