Skip to content

Commit

Permalink
addition of missing notes key to updated tavern test
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Apr 10, 2024
1 parent 4e911c7 commit d1cc543
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ stages:
moduleId: magneticBlockId
definition: !anydict
model: magneticBlockV1
notes: []
startedAt: !anystr
completedAt: !anystr
- id: !anystr
Expand Down Expand Up @@ -386,6 +387,7 @@ stages:
speed: 42.0
result:
position: { 'x': 342.38, 'y': 65.24, 'z': 50.05 }
notes: []
startedAt: !anystr
completedAt: !anystr
- id: !anystr
Expand All @@ -406,6 +408,7 @@ stages:
flowRate: 2.0
result:
position: { 'x': 342.38, 'y': 65.24, 'z': 51.05 }
notes: []
startedAt: !anystr
completedAt: !anystr
- id: !anystr
Expand Down Expand Up @@ -445,6 +448,7 @@ stages:
result:
position:
{ 'x': 351.38, 'y': 65.24, 'z': 54.0 }
notes: []
startedAt: !anystr
completedAt: !anystr
- id: !anystr
Expand All @@ -467,6 +471,7 @@ stages:
result:
position:
{ 'x': 353.38, 'y': 68.24, 'z': 49.05 }
notes: []
startedAt: !anystr
completedAt: !anystr
- id: !anystr
Expand Down

0 comments on commit d1cc543

Please sign in to comment.