Skip to content

Commit

Permalink
test: fixed test for day change
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 15, 2021
1 parent 9978c4f commit 027aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/position/position_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var _ = Describe("Position", func() {
Value: 5450,
Cost: 4000,
Change: 1450,
DayChange: 4000,
DayChange: 625,
ChangePercent: 136.25,
DayChangePercent: 11.46788990825688,
}
Expand Down

0 comments on commit 027aaf3

Please sign in to comment.