X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=src%2FTSN%2FXML%2FGameInfo.hs;h=4f264bb54e629788a30fc0aa7bee9e1148681c81;hp=bc68f42a490aca44dec9154af21c7488f5e80aa7;hb=14dc52a2e7d7712281aee2332f7342f67abe4306;hpb=7e1865e656ebbbba9566c7ace61176635fdeabe5 diff --git a/src/TSN/XML/GameInfo.hs b/src/TSN/XML/GameInfo.hs index bc68f42..4f264bb 100644 --- a/src/TSN/XML/GameInfo.hs +++ b/src/TSN/XML/GameInfo.hs @@ -204,7 +204,7 @@ test_dbimport_succeeds = testCase "dbimport succeeds" $ do xmltrees <- mapM unsafe_read_document game_info_test_files let msgs = rights $ map (parse_xml "dummy") xmltrees actual <- withSqliteConn ":memory:" $ runDbConn $ do - runMigration silentMigrationLogger $ do + runMigration silentMigrationLogger $ migrate (undefined :: GameInfo) mapM_ dbimport msgs countAll (undefined :: GameInfo)