Skip to content

Commit cda3fcd

Browse files
committed
remove a purposeful failure
1 parent d0f613c commit cda3fcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Main.purs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ main = runAff throwException (const $ log "affjax: All good!") $ do
5959
let ok200 = StatusCode 200
6060
let notFound404 = StatusCode 404
6161

62-
assertFail "lol"
63-
6462
A.log "GET /mirror: should be 200 OK"
6563
(attempt $ affjax $ defaultRequest { url = "/mirror" }) >>= assertRight >>= \res -> do
6664
typeIs (res :: AffjaxResponse Foreign)

0 commit comments

Comments
 (0)