Skip to content

Commit

Permalink
tests: add missing _appBackend value in LinearMigrationsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Oct 22, 2016
1 parent a187e8a commit 06be083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LinearMigrationsTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Test.HUnit
import Common
import Control.Monad.Reader (runReaderT)
import Data.Either (isRight)
import Data.Maybe (isNothing)
import Database.Schema.Migrations.Migration
import Database.Schema.Migrations.Store
import Moo.CommandHandlers
Expand Down Expand Up @@ -73,6 +72,7 @@ prepareState m = do
Right storeData <- loadMigrations store
return AppState {
_appOptions = CommandOptions Nothing False True
, _appBackend = undefined -- Not used here
, _appCommand = undefined -- Not used by newCommand
, _appRequiredArgs = [m]
, _appOptionalArgs = []
Expand Down

0 comments on commit 06be083

Please sign in to comment.