From 0b4b5244f19237a9adc324e5d8c41965fb883b3e Mon Sep 17 00:00:00 2001 From: mbusc Date: Thu, 28 Aug 2025 17:07:21 +0200 Subject: [PATCH] test: remove stray character at file start --- tests/test_basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basic.cpp b/tests/test_basic.cpp index 674f67d..2503390 100644 --- a/tests/test_basic.cpp +++ b/tests/test_basic.cpp @@ -1,4 +1,4 @@ -s// Network integration test hitting a live PrivateBin instance (optional) +// Network integration test hitting a live PrivateBin instance (optional) // Server under test: https://privatebin.medisoftware.org/ // Enable by setting environment variable PRIVATEBIN_IT=1