Commit b55c35d
Changed files (1)
command.go
@@ -234,7 +234,7 @@ func runTest(clientTest *ClientTest) {
displayStringToMainScreen("\n")
for i, record := range clientTest.Records {
displayStringToMainScreen(fmt.Sprintf("%d) [%s] %s\n", i+1,
- COLOR_BLUE+categories[record.Category].FullCategoryPath()+COLOR_RESET,
+ COLOR_BLUE+record.Path+COLOR_RESET,
record.Question))
updateMainView()
readUserInputSemaphore.P() // released when user presses 'Enter'