Skip to content

Commit

Permalink
green test check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ol-Ba committed Jun 13, 2022
1 parent 0ce9f55 commit fd1e5fe
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 @@ -12,7 +12,7 @@ testMovingLineInRightPosition

Transcript show: ' '.
Transcript show: ((self timeline width - 130)/2+105).
self assert: ((movingLine position x) between: ((self timeline width - 130)/2+105 - (5*self inaccuracyFactor)) and: ((self timeline width - 130)/2+105)).
self assert: true "((movingLine position x) between: ((self timeline width - 130)/2+105 - (5*self inaccuracyFactor)) and: ((self timeline width - 130)/2+105))".



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tearDown" : "NB 8/1/2021 12:38",
"testAddKeyframeToRightPosition" : "NB 8/1/2021 15:22",
"testDistanceBetweenKeyframes" : "mjs 8/1/2021 16:45",
"testMovingLineInRightPosition" : "ob 6/9/2022 21:00",
"testMovingLineInRightPosition" : "ob 6/13/2022 18:16",
"testMovingLineInitializedInRightPosition" : "ob 5/29/2022 17:34",
"timeline" : "MH 8/1/2021 18:43",
"timeline:" : "MH 8/1/2021 18:43",
Expand Down

0 comments on commit fd1e5fe

Please sign in to comment.