Skip to content

Commit 2c798f5

Browse files
committed
comparing against franton
1 parent 0b524e1 commit 2c798f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/naive/test/naive/strategy_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule Naive.StrategyTest do
7777
end
7878

7979
@tag :unit
80-
test "Generating skip decision as buy and sell already placed(race condition ocurred)" do
80+
test "Generating skip decision as buy and sell already placed(race condition occurred)" do
8181
assert Strategy.generate_decision(
8282
%TradeEvent{
8383
buyer_order_id: 123
@@ -196,7 +196,7 @@ defmodule Naive.StrategyTest do
196196
end
197197

198198
@tag :unit
199-
test "Generating skip (rebuy) decision because rebuy is already notified" do
199+
test "Generating skip(rebuy) decision because rebuy is already notified" do
200200
assert Strategy.generate_decision(
201201
%TradeEvent{
202202
price: "0.89"

0 commit comments

Comments
 (0)