Merge: Contract: Change mpropdef driving
[nit.git] / tests / contracts_constructor.nit
index 72eb9a9..7f5a165 100644 (file)
@@ -17,7 +17,7 @@
 class MyClass
        init construct(test: Int)
        is
-               expects(test > 10)
+               expect(test > 10)
        do
 
        end