Skip to content

Commit

Permalink
fix: oracle test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeet97 committed Mar 28, 2024
1 parent 598b3f0 commit 346e594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/types/ballot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestPBStandardDeviation(t *testing.T) {
},
[]int64{1, 1, 100, 1},
[]bool{true, true, true, true},
sdk.MustNewDecFromStr("49995.000362536252310905"),
sdk.MustNewDecFromStr("49995.000362536252310906"),
},
{
// Adding fake validator doesn't change outcome
Expand Down

0 comments on commit 346e594

Please sign in to comment.