Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/src/test/resources/examples/booklending.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"name": "Wait two weeks",
"type": "delay",
"timeDelay": "PT2W",
"timeDelay": "P2W",
"transition": "Get Book Status"
},
{
Expand Down
2 changes: 1 addition & 1 deletion api/src/test/resources/examples/booklending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ states:
transition: Wait two weeks
- name: Wait two weeks
type: delay
timeDelay: PT2W
timeDelay: P2W
transition: Get Book Status
- name: Check Out Book
type: operation
Expand Down
2 changes: 1 addition & 1 deletion diagram/src/test/resources/examples/booklending.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"name": "Wait two weeks",
"type": "delay",
"timeDelay": "PT2W",
"timeDelay": "P2W",
"transition": "Get Book Status"
},
{
Expand Down
2 changes: 1 addition & 1 deletion diagram/src/test/resources/examples/booklending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ states:
transition: Wait two weeks
- name: Wait two weeks
type: delay
timeDelay: PT2W
timeDelay: P2W
transition: Get Book Status
- name: Check Out Book
type: operation
Expand Down