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

Commit a8dbcf4

Browse files
committed
update priceFeed_test#wantUpperBoundXLM
1 parent 99799da commit a8dbcf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/priceFeed_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const wantLowerBoundXLM = 0.04
11-
const wantUpperBoundXLM = 0.08
11+
const wantUpperBoundXLM = 0.50
1212

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

0 commit comments

Comments
 (0)