From 0faef20441f1081c60c07c12cb9eda631d97f984 Mon Sep 17 00:00:00 2001 From: Deepak Date: Sat, 9 Jan 2021 23:54:52 -0600 Subject: [PATCH] fmt changes --- store/postgres_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/store/postgres_test.go b/store/postgres_test.go index e24e1bb..4fe3371 100644 --- a/store/postgres_test.go +++ b/store/postgres_test.go @@ -535,7 +535,6 @@ func TestUpdateAction(t *testing.T) { } - func TestUpdateActionErr(t *testing.T) { // setup assert := assert.New(t) @@ -548,7 +547,7 @@ func TestUpdateActionErr(t *testing.T) { CompletedChunks: 6, PlanID: 5, ActionDescription: "testing", - ActionID: 2, + ActionID: 2, } mock.ExpectBegin() @@ -579,10 +578,9 @@ func TestUpdateActionCommitErr(t *testing.T) { CompletedChunks: 6, PlanID: 5, ActionDescription: "testing", - ActionID: 2, + ActionID: 2, } - mock.ExpectBegin() mock.ExpectExec("UPDATE actions"). WithArgs("testing", 3, 6, completedOn, 5, 2).