Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jul 18, 2017
1 parent 4cefc7f commit 499f51d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (

"time"

"sync"

_ "github.com/lib/pq" // postgres driver
"github.com/nyaruka/courier/config"
)
Expand All @@ -27,7 +25,7 @@ type MockBackend struct {
msgStatuses []MsgStatus

stoppedMsgContacts []Msg
sentMsgs map[MsgID]bool
sentMsgs map[MsgID]bool
}

// NewMockBackend returns a new mock backend suitable for testing
Expand Down

0 comments on commit 499f51d

Please sign in to comment.