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

Commit

Permalink
update priceFeed_test#wantUpperBoundXLM
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Feb 16, 2020
1 parent 99799da commit a8dbcf4
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.04
const wantUpperBoundXLM = 0.08
const wantUpperBoundXLM = 0.50

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

0 comments on commit a8dbcf4

Please sign in to comment.