1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

fix tests

This commit is contained in:
joshvera 2020-02-05 19:52:47 -05:00
parent b8eaf61863
commit d8bad61c1f

View File

@ -106,7 +106,7 @@ expectedFunctionArg = do
expectedImportHole :: (Has ScopeGraph sig m) => m Result
expectedImportHole = do
insertEdge ScopeGraph.Import (NonEmpty.fromList ["chees", "ints"])
insertEdge ScopeGraph.Import (NonEmpty.fromList ["cheese", "ints"])
pure Complete
assertLexicalScope :: HUnit.Assertion