Skip to content

Commit

Permalink
TestStandardDeviation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Apr 3, 2024
1 parent a4a8388 commit fc83d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oracle/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func TestStandardDeviation(t *testing.T) {
},
OJOUSD: {
mean: math.LegacyMustNewDecFromStr("1.1335"),
deviation: math.LegacyMustNewDecFromStr("0.004600724580614014"),
deviation: math.LegacyMustNewDecFromStr("0.004600724580614015"),
},
},
},
Expand Down Expand Up @@ -361,11 +361,11 @@ func TestStandardDeviation(t *testing.T) {
},
OJOUSD: {
mean: math.LegacyMustNewDecFromStr("1.1335"),
deviation: math.LegacyMustNewDecFromStr("0.004600724580614014"),
deviation: math.LegacyMustNewDecFromStr("0.004600724580614015"),
},
LUNAUSD: {
mean: math.LegacyMustNewDecFromStr("64.606666666666666666"),
deviation: math.LegacyMustNewDecFromStr("0.358360464089193608"),
deviation: math.LegacyMustNewDecFromStr("0.358360464089193609"),
},
},
},
Expand Down

0 comments on commit fc83d95

Please sign in to comment.