Skip to content

Commit

Permalink
hotfix [fop]: Fixed functional operators tests. Really minor
Browse files Browse the repository at this point in the history
Signed-off-by: Vihan B <contact@vihan.org>
  • Loading branch information
vihanb committed Jan 11, 2017
1 parent 0d7c7b4 commit c190c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/Primitives/FunctionalOp.js
Expand Up @@ -16,7 +16,7 @@ describe('Functionized Operators', function(){
))

it('should work with unary ops', TestCheddarFrom.Code(
`(print)(3)`,
`(:print)(3)`,
'3'
))
})
Expand Down

0 comments on commit c190c25

Please sign in to comment.