Skip to content

Commit b9ef95b

Browse files
committed
Cleaned up Test Factory
1 parent 067066e commit b9ef95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/example/FactoryExample/OpportunityTestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class OpportunityTestUtil {
1212

1313

1414
// @InterestingTestFactory
15-
// public static Opportunity createOpportunityWithValidJob() {
15+
// public static Opportunity createOpportunity() {
1616
// Person.Address address = new Person.Address("123 Main Street", "London", "SW1A 1AA", "UK");
1717
// Person person = new Person("Jane", "Doe", 25, "jane@example.com", "+441234567890", "AB123456C", address);
1818
//

0 commit comments

Comments
 (0)