Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Aug 16, 2023
1 parent 771b251 commit 2027808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tokenomics_tests/allocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func TestAllocationRewards(testSetup *testing.T) {
totalBlobberChallengereward += int64(v.(float64))
}

require.InEpsilon(t, movedToChallengePool, totalBlobberChallengereward, 0.05, "Total Blobber Challenge reward should be equal to MovedToChallenge")
require.InEpsilon(t, movedToChallengePool-alloc.MovedBack, totalBlobberChallengereward, 0.05, "Total Blobber Challenge reward should be equal to MovedToChallenge")
})

t.RunSequentiallyWithTimeout("Create + Upload + Upgrade equal read price 0.1", (500*time.Minute)+(40*time.Second), func(t *test.SystemTest) {
Expand Down
2 changes: 1 addition & 1 deletion tests/tokenomics_tests/config/zbox_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
block_worker: https://dev-4.devnet-0chain.net/dns
block_worker: https://dev-7.devnet-0chain.net/dns
confirmation_chain_length: 3
ethereum_node_url: https://goerli.infura.io/v3/773bfe30452f40f998e5d0f2f8a29888
min_confirmation: 50
Expand Down

0 comments on commit 2027808

Please sign in to comment.