Skip to content

Commit 3b4693f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a302242 commit 3b4693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optimizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_optimize():
1010
assert week == 4
1111
df_opt = ffbot.optimize(df, week, TEAM, POSITIONS)
1212
desired_df_opt = """ Add Drop Total points Discounted points VOR
13-
0 Player 200 (WR)
13+
0 Player 200 (WR)
1414
1 <current roster> 1723.27 420.2 515.9
1515
2 Player 221 (TE) 6.11 0.58 -19.01
1616
3 Player 143 (DEF) Player 101 (QB) -10.41 2.33 -16.19

0 commit comments

Comments
 (0)