Skip to content

Commit

Permalink
* Fix automation test
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-frankieone committed Aug 18, 2024
1 parent d5fa504 commit dfd0542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/instrument/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ func TestMetadata_PriceToString(t *testing.T) {
func TestMetadata_DiffInPips(t *testing.T) {
gold := GetMetadata("XAUUSD")
diff := gold.DiffInPips("2352.68", "2354.90")
assert.Equal(t, "222", diff, "diff")
assert.Equal(t, "2220", diff, "diff")
}

0 comments on commit dfd0542

Please sign in to comment.