From 28ab0d835878bf1ad72dbae914ca112acfbe490d Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 22 Feb 2016 16:31:19 -0800 Subject: Fixing postgres --- store/sql_store_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/sql_store_test.go') diff --git a/store/sql_store_test.go b/store/sql_store_test.go index 783d72b83..474a68ac7 100644 --- a/store/sql_store_test.go +++ b/store/sql_store_test.go @@ -106,7 +106,7 @@ func TestAlertDbCmds(t *testing.T) { maxLen := sqlStore.GetMaxLengthOfColumnIfExists("Systems", "Test") if maxLen != "50" { - t.Fatal("Failed to get max length") + t.Fatal("Failed to get max length found " + maxLen) } if !sqlStore.AlterColumnTypeIfExists("Systems", "Test", "VARCHAR(25)", "VARCHAR(25)") { -- cgit v1.2.3-1-g7c22