diff --git a/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st b/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st index 5fcdbc3..d0b688e 100644 --- a/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st +++ b/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st @@ -53,7 +53,6 @@ CRFExporterTest >> testExportOneClassWithOneMethodBinded [ aClass accept: exporter ]. self assert: resultString equals: 'public class DemoClass { - int aMethod() { return 1; } @@ -79,7 +78,6 @@ CRFExporterTest >> testExportOneClassWithOneMethodNotBinded [ aClass accept: exporter ]. self assert: resultString equals: 'public class DemoClass { - int aMethod() { }