Skip to content

Commit 3b645d7

Browse files
committed
fix: update ams readiness check to use whenReady method
1 parent 66dd932 commit 3b645d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ams-express-shopping/test/awaitAmsReady.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { ams } = require("../auth/authorize");
55
*/
66
module.exports = async() => {
77
try {
8-
await ams.isReady(5000);
8+
await ams.whenReady(5000);
99
} catch(e) {
1010
console.error(e);
1111
process.exit(1);

0 commit comments

Comments
 (0)