From 55b6cf84e8ceb41b7186142909544bfe15e383e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 17 May 2020 15:25:05 +0200 Subject: [PATCH] Fix test --- go/tests/printprogramname_test/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go/tests/printprogramname_test/main.go b/go/tests/printprogramname_test/main.go index 7b436cf2..2c098e25 100644 --- a/go/tests/printprogramname_test/main.go +++ b/go/tests/printprogramname_test/main.go @@ -7,7 +7,7 @@ import ( "lib" ) -var name = "student" +var name = "printprogramname" func test(newName string) { if err := os.Rename(name, newName); err != nil { @@ -24,7 +24,6 @@ func test(newName string) { } func main() { - test("student") test("choumi") test("🤦🏻‍♀️") test("€")