update for tap update

This commit is contained in:
rhiannon morris 2023-03-25 20:42:44 +01:00
parent 443da20c4b
commit 60079d9eb9
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ parameters (label : String) (act : Lazy (M ()))
testTC = test label $ runReaderT globals act
testTCFail : Test
testTCFail = testThrows label (const True) $ runReaderT globals act
testTCFail = testThrows label (const True) $ runReaderT globals act $> "()"
anys : {n : Nat} -> QContext Three n