diff --git a/test/tests/CompoundPath.js b/test/tests/CompoundPath.js index dec5b0f4..27afd06a 100644 --- a/test/tests/CompoundPath.js +++ b/test/tests/CompoundPath.js @@ -66,7 +66,7 @@ test('clockwise', function() { }, true); equals(function() { return path2.clockwise; - }, true); + }, false); equals(function() { return path3.clockwise; }, false);