From d09fc639c865474300a6a4cf2fd8762d3af033ed Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Tue, 4 Jul 2023 09:29:29 -0300 Subject: [PATCH] tests: updated create main --- tools/tests/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/create.js b/tools/tests/create.js index a054b86365..a6a51eefe9 100644 --- a/tools/tests/create.js +++ b/tools/tests/create.js @@ -46,7 +46,7 @@ selftest.define("create main", async function () { run = s.run("create", "--list"); await run.read('Available'); - await run.match('leaderboard'); + await run.match('react'); await run.expectExit(0); });