Skip to content

Commit 8e7ed84

Browse files
committed
Rename test function for ViewController
1 parent b3ed980 commit 8e7ed84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ViperC-XCTest.xctemplate/Objective-C/___FILEBASENAMEASIDENTIFIER___ViewControllerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ @interface ___VARIABLE_viperModuleName___ViewControllerTests : XCTestCase
1616

1717
@implementation ___VARIABLE_viperModuleName___ViewControllerTests
1818

19-
- (void)testCreateModule
19+
- (void)testInit
2020
{
2121
___VARIABLE_viperModuleName___ViewController *viewController = (___VARIABLE_viperModuleName___ViewController *) [___VARIABLE_viperModuleName___Router createModule];
2222
XCTAssertNotNil(viewController);

0 commit comments

Comments
 (0)