summaryrefslogtreecommitdiffstats
path: root/model/utils_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/utils_test.go')
-rw-r--r--model/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/utils_test.go b/model/utils_test.go
index dbe1e59be..7c6100a04 100644
--- a/model/utils_test.go
+++ b/model/utils_test.go
@@ -34,7 +34,7 @@ func TestAppError(t *testing.T) {
t.Fatal()
}
- err.Error()
+ t.Log(err.Error())
}
func TestAppErrorJunk(t *testing.T) {