mirror of
https://github.com/github/semantic.git
synced 2024-12-27 17:05:33 +03:00
fix tests
This commit is contained in:
parent
b8eaf61863
commit
d8bad61c1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user