Commit 551f87d

Richard Luby <richluby@gmail.com>
2017-01-26 07:38:27
fixed name for question test
1 parent c1b8214
Changed files (1)
question_test.go
@@ -9,7 +9,7 @@ import (
 
 // Test_parseLine ensures that lines are parsed into
 // records correctly
-func Test_parseLine(t *testing.T) {
+func TestParseLine(t *testing.T) {
 	testQ := "question here"
 	testA := "answer here"
 	testCat := "cat here"