Fixing build

This commit is contained in:
=Corey Hulen
2016-01-27 11:05:46 -05:00
parent dc4b71bba2
commit c50b8661ec
2 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ func TestRandomString(t *testing.T) {
}
func TestAppError(t *testing.T) {
err := NewAppError("TestAppError", "message", "")
err := NewLocAppError("TestAppError", "message", nil, "")
json := err.ToJson()
rerr := AppErrorFromJson(strings.NewReader(json))
if err.Message != rerr.Message {