We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b524e1 commit 2c798f5Copy full SHA for 2c798f5
1 file changed
apps/naive/test/naive/strategy_test.exs
@@ -77,7 +77,7 @@ defmodule Naive.StrategyTest do
77
end
78
79
@tag :unit
80
- test "Generating skip decision as buy and sell already placed(race condition ocurred)" do
+ test "Generating skip decision as buy and sell already placed(race condition occurred)" do
81
assert Strategy.generate_decision(
82
%TradeEvent{
83
buyer_order_id: 123
@@ -196,7 +196,7 @@ defmodule Naive.StrategyTest do
196
197
198
199
- test "Generating skip (rebuy) decision because rebuy is already notified" do
+ test "Generating skip(rebuy) decision because rebuy is already notified" do
200
201
202
price: "0.89"
0 commit comments