We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug failing test:
pool_test.go:129: ___ response: 0x72 pool_test.go:137: Error Trace: pool_test.go:137 Error: Not equal: expected: 500 actual : 8 Diff: --- Expected +++ Actual @@ -3,3 +3,3 @@ abs: (big.nat) (len=1) { - (big.Word) 500 + (big.Word) 8 } Test: TestTotalBatchFeeInPool pool_test.go:138: Error Trace: pool_test.go:138 Error: Not equal: expected: 8 actual : 500 Diff: --- Expected +++ Actual @@ -3,3 +3,3 @@ abs: (big.nat) (len=1) { - (big.Word) 8 + (big.Word) 500 } Test: TestTotalBatchFeeInPool FAIL
If we cant reproduce we can close.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Debug failing test:
If we cant reproduce we can close.
The text was updated successfully, but these errors were encountered: