From 32ddf2a6bd9125c59c11121c63f9d17d9a0b9cbe Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 21 Aug 2024 16:58:35 -0400 Subject: [PATCH] uncomment tests and re-run them but what the hell --- contrib/dendrite-demo-i2p/main_test.go | 7 +++++-- contrib/dendrite-demo-tor/main_test.go | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/contrib/dendrite-demo-i2p/main_test.go b/contrib/dendrite-demo-i2p/main_test.go index 6eef5454d..bc2ed3934 100644 --- a/contrib/dendrite-demo-i2p/main_test.go +++ b/contrib/dendrite-demo-i2p/main_test.go @@ -1,7 +1,10 @@ package main -/* import ( + "os" + "os/signal" + "strings" + "syscall" "testing" ) @@ -50,4 +53,4 @@ func TestMain(t *testing.T) { } } } -*/ + diff --git a/contrib/dendrite-demo-tor/main_test.go b/contrib/dendrite-demo-tor/main_test.go index ce6c568c1..c90c02908 100644 --- a/contrib/dendrite-demo-tor/main_test.go +++ b/contrib/dendrite-demo-tor/main_test.go @@ -1,7 +1,10 @@ package main -/* import ( + "os" + "os/signal" + "strings" + "syscall" "testing" ) @@ -50,4 +53,3 @@ func TestMain(t *testing.T) { } } } -*/ \ No newline at end of file