Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
LenaMel-99 committed Jul 8, 2024
1 parent 5c08b6b commit bc820a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ testChangeIndexOfColumn
usedBuilder: usedBuilder.
column board: board.

column changeIndexOfColumn: 3.
column changeIndexOfColumn: 2.
self assert: 2 equals: (column board columns indexOf: column).
self assert: 1 equals: (column board columns indexOf: otherColumn).
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"testCardDroppedEvent" : "mcr 8/1/2022 03:07",
"testCards" : "tk 7/30/2022 23:34",
"testChangeActiveCardTo" : "mcr 8/1/2022 02:48",
"testChangeIndexOfColumn" : "mcr 8/1/2022 02:10",
"testChangeIndexOfColumn" : "L.L. 7/8/2024 19:07",
"testId" : "tk 7/30/2022 23:34",
"testIsLastCard" : "mcr 8/1/2022 02:40",
"testLastCardInEmpty" : "FP 5/28/2024 12:01",
Expand Down

0 comments on commit bc820a5

Please sign in to comment.