Skip to content

Commit f2d4d43

Browse files
Revert test file changes
1 parent 66f4aad commit f2d4d43

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

test/Lamdera/Evergreen/TestMigrationGenerator.hs

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ testMigrationGeneration scenario oldVersion newVersion = do
5959

6060
io $ atomicPutStrLn <$> Ext.Common.requireBinary "elm-format"
6161

62-
let root = "/Users/martinstewart/dev/projects/lamdera-compiler/test/scenario-migration-generate"
62+
let root = "/Users/mario/dev/projects/lamdera-compiler/test/scenario-migration-generate"
6363
typeCompares = zipWith3
6464
(\label local prod -> (label, T.unpack local, T.unpack prod))
6565
(Lamdera.Types.core)
@@ -81,7 +81,7 @@ testMigrationGeneration scenario oldVersion newVersion = do
8181
]
8282

8383
compilationStdout <- catchOutput $
84-
Lamdera.Compile.makeDev "/Users/martinstewart/dev/projects/lamdera-compiler/test/scenario-migration-generate" filenames
84+
Lamdera.Compile.makeDev "/Users/mario/dev/projects/lamdera-compiler/test/scenario-migration-generate" filenames
8585

8686
compilationStdout `expectTextContains`
8787
"This `Unimplemented` value is a:\n\n UnimplementedMigration"
@@ -105,7 +105,7 @@ testExamples :: Test ()
105105
testExamples = withTestEnv $ do
106106
failuresM <- io $ newMVar []
107107
let
108-
project = "/Users/martinstewart/dev/projects/lamdera-compiler/test/scenario-migration-generate"
108+
project = "/Users/mario/dev/projects/lamdera-compiler/test/scenario-migration-generate"
109109
testFiles =
110110
[
111111
-- "src/Test/Migrate_Record.elm"

test/Test.hs

+2-7
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,8 @@ liveReloadLive = do
278278
-- "src/Bytes/Encode.elm"
279279
-- "withDebug"
280280

281-
target =
282-
EasyTest.run
283-
(tests
284-
[ scope "Lamdera.Evergreen.TestMigrationHarness -> " $ Lamdera.Evergreen.TestMigrationHarness.suite
285-
, scope "Lamdera.Evergreen.TestMigrationGenerator -> " $ Lamdera.Evergreen.TestMigrationGenerator.suite
286-
]
287-
)
281+
target = EasyTest.run Test.WebGL.suite
282+
288283
all =
289284
EasyTest.run allTests
290285

0 commit comments

Comments
 (0)