Merge: Nitsmell : Adding new code smells and print console updated
[nit.git] / tests / test_nitunit4 / test_nitunit4_base.nit
index 3e7a1e7..af21e73 100644 (file)
@@ -28,6 +28,6 @@ class SuperTestSuite
 
        redef fun after_test do
                print "After Test"
-               assert false
+               assert before
        end
 end