Commit 551f87d
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"