Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-lorenz committed May 31, 2021
1 parent 5abbedc commit 2f2aa40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ startInformationDictionary: aMorph
with: #value -> aMorph rotationDegrees.
Dictionary
with: #name -> 'positionX'
with: #value -> aMorph x.
with: #value -> aMorph position x.
Dictionary
with: #name -> 'positionY'
with: #value -> aMorph y.
with: #value -> aMorph position y.
Dictionary
with: #name -> 'width'
with: #value -> aMorph width.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"setUp" : "CL 5/23/2021 15:31",
"sizeFrameDictionary" : "CL 5/30/2021 14:26",
"sizeTreeNode" : "CL 5/30/2021 14:17",
"startInformationDictionary:" : "MH 5/20/2021 11:22",
"startInformationDictionary:" : "CL 5/31/2021 16:10",
"tearDown" : "CL 5/27/2021 12:08",
"testAddColorFrame" : "MH 5/20/2021 11:15",
"testAddMorphToJson" : "MH 5/20/2021 11:56",
Expand Down

0 comments on commit 2f2aa40

Please sign in to comment.