diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-12-04 21:52:49 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-12-04 21:52:49 +0100 |
commit | 3dc8bfbf9be49896407cdc32ad8c9c7789ac9545 (patch) | |
tree | 442c61be5e5180216806d751a5cd0a7328705669 /test/storage.test | |
parent | 9637cefdebe3e1425034a5c3e7ba9137d564e6db (diff) |
Test: avoid introducing node variables by spawn
Diffstat (limited to 'test/storage.test')
-rw-r--r-- | test/storage.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage.test b/test/storage.test index 12e267d..17859cc 100644 --- a/test/storage.test +++ b/test/storage.test @@ -1,5 +1,5 @@ test: - spawn on node1 as p1 + spawn as p1 # Root finding ############### |