While looking through AVar's test and trying them out myself, I noticed that one of the tests isn't even being run. I'm guessing that is a mistake: - [previous test](https://github.com/slamdata/purescript-avar/blob/master/test/Main.purs#L58) - [middle test](https://github.com/slamdata/purescript-avar/blob/master/test/Main.purs#L68) - [next test](https://github.com/slamdata/purescript-avar/blob/master/test/Main.purs#L80) In `main`, [the middle one is missing](https://github.com/slamdata/purescript-avar/blob/master/test/Main.purs#L200-L201) Including that test in main produces a failure Not sure whether this is related to #9