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