From 6f37c7eba4bd208ff61fbacfe974327b8a4f41d7 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Thu, 23 Jun 2022 20:59:49 +0200 Subject: [PATCH] Run test_shh test as this code is used in Waku v1 (#1011) --- tests/all_tests_v1.nim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/all_tests_v1.nim b/tests/all_tests_v1.nim index 0c9b07164..20bc31c6c 100644 --- a/tests/all_tests_v1.nim +++ b/tests/all_tests_v1.nim @@ -1,8 +1,10 @@ import + # Waku - Whisper common whisper_types test + ./whisper/test_shh, # Waku v1 tests ./v1/test_waku_connect, ./v1/test_waku_config, ./v1/test_waku_bridge, ./v1/test_waku_mail, ./v1/test_rpc_waku - \ No newline at end of file +