Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix priceFeed_test by adjusting upper bound of expected XLM price
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Feb 14, 2021
1 parent 219a557 commit 84ac63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/priceFeed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const wantLowerBoundXLM = 0.02
const wantUpperBoundXLM = 0.50
const wantUpperBoundXLM = 1.1

func TestMakePriceFeed(t *testing.T) {
testCases := []struct {
Expand Down

0 comments on commit 84ac63d

Please sign in to comment.