Skip to content

Commit

Permalink
Build CLI tests: Adjust paths used in asserts.
Browse files Browse the repository at this point in the history
Change the path for client to include debug directory. Those paths are
used in the integration tests to ensure build command are actually being
executed.
  • Loading branch information
AmmarAbouZor authored and DmitryAstafyev committed Jan 27, 2025
1 parent 9d4c73a commit 71c3395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/integration_tests/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run_build_tests():
"apps/rustcore/wasm-bindings/pkg",
"apps/rustcore/wasm-bindings/node_modules",
# Client
"client/dist",
"client/dist/debug",
"client/node_modules",
# Updater
"apps/precompiled/updater/target",
Expand Down Expand Up @@ -170,7 +170,7 @@ def _build_general_check():
# Wrapper
"apps/rustcore/ts-bindings/dist/index.js",
# Client
"client/dist",
"client/dist/debug",
# App
"holder/dist/app.js",
]
Expand Down

0 comments on commit 71c3395

Please sign in to comment.