diff --git a/test/sectry_test.js b/test/sectry_test.js index 7c1d45da..3c3fde93 100644 --- a/test/sectry_test.js +++ b/test/sectry_test.js @@ -407,7 +407,7 @@ describe('message listeners', function () { } ); - // testIO('eval', '@ 6 * 7', '42'); + testIO('eval', '@eval 6 * 7', '42'); });