it shouldnt be red every time you didnt complete the entire thing

This commit is contained in:
Steven Degutis
2012-03-10 14:53:27 -06:00
parent 4f67c11112
commit aeb95f315c

View File

@@ -17,7 +17,7 @@ func TestKoans(t *testing.T) {
func assert(o bool) { func assert(o bool) {
if !o { if !o {
fmt.Printf("%c[31m", 27) fmt.Printf("%c[35m", 27)
fmt.Printf("%s\n\n", __getRecentLine()) fmt.Printf("%s\n\n", __getRecentLine())
os.Exit(1) os.Exit(1)
} }