From cb89c42335954538b4754d2988834cd59e5090e9 Mon Sep 17 00:00:00 2001 From: Edi Piqoni Date: Wed, 5 Jun 2024 22:37:42 +0200 Subject: [PATCH] format --- web_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/web_test.go b/web_test.go index 44846ce..a1efec7 100644 --- a/web_test.go +++ b/web_test.go @@ -6,10 +6,7 @@ import ( func TestSanitize(t *testing.T) { unsanitizedComment := "Uncrewed, yes. https://en.wikipedia.org/wiki/Boeing_Orbital_Flight_Test_2" - expectedComment := "Uncrewed, yes. https://en.wikipedia.org/wiki/Boeing_Orbital_Flight_Test_2" - - // call sanitize sanitizedComment := sanitize(unsanitizedComment) // check if sanitized comment is equal to expected comment