Skip to content

Commit

Permalink
Merge branch 'v6/develop' into improvement/evm-reverts-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
djordjekovac authored Sep 21, 2023
2 parents 063469b + b4c495b commit 93bdd0a
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
71 changes: 64 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"pino-pretty": "^9.1.0",
"rc": "^1.2.8",
"rolling-rate-limiter": "^0.2.13",
"semver": "^7.3.7",
"semver": "^7.5.2",
"sequelize": "^6.29.0",
"timeout-abort-controller": "^3.0.0",
"toobusy-js": "^0.5.1",
Expand Down
2 changes: 2 additions & 0 deletions test/bdd/features/get.feature
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Feature: Get asset states test
And I wait for latest Update to finalize
Then Latest Update operation finished with status: COMPLETED

And I wait for 30 seconds

When I call Update on the node 4 for the latest published UAL with validUpdate_2
And I wait for latest Update to finalize
Then Latest Update operation finished with status: COMPLETED
Expand Down

0 comments on commit 93bdd0a

Please sign in to comment.