Skip to content

Commit 463aace

Browse files
Fix casper-client location in test file
Signed-off-by: David Hernando <david.hernando@make.services>
1 parent f6155a9 commit 463aace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_nctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_assets_are_present(host):
6262

6363
def test_casper_client_is_present(host):
6464

65-
cmd = host.run("/home/casper/casper-node/target/release/casper-client --help")
65+
cmd = host.run("/home/casper/casper-client-rs/target/release/casper-client --help")
6666
assert cmd.rc == 0
6767

6868
def test_rpc_is_responsive(host):

0 commit comments

Comments
 (0)