From aeb95f315c36feb7bcb3a0914a296600725c13b9 Mon Sep 17 00:00:00 2001 From: Steven Degutis Date: Sat, 10 Mar 2012 14:53:27 -0600 Subject: [PATCH] it shouldnt be red every time you didnt complete the entire thing --- setup_koans_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_koans_test.go b/setup_koans_test.go index 8224459..75f6d39 100644 --- a/setup_koans_test.go +++ b/setup_koans_test.go @@ -17,7 +17,7 @@ func TestKoans(t *testing.T) { func assert(o bool) { if !o { - fmt.Printf("%c[31m", 27) + fmt.Printf("%c[35m", 27) fmt.Printf("%s\n\n", __getRecentLine()) os.Exit(1) }