Skip to content

Commit 09b4fe5

Browse files
Fix name of test cases.
1 parent f21cb2d commit 09b4fe5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tests/UIKit/JSBUIViewControllerTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
#import <XCTest/XCTest.h>
1010
#import "JavaScriptBridge.h"
1111

12-
@interface JSBUIViewControllerTest : XCTestCase
12+
@interface JSBUIViewControllerTests : XCTestCase
1313

1414
@end
1515

16-
@implementation JSBUIViewControllerTest
16+
@implementation JSBUIViewControllerTests
1717

1818
- (void)setUp
1919
{

Tests/UIKit/JSBUIViewTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
#import <XCTest/XCTest.h>
1010
#import "JavaScriptBridge.h"
1111

12-
@interface JSBUIViewTest : XCTestCase
12+
@interface JSBUIViewTests : XCTestCase
1313

1414
@end
1515

16-
@implementation JSBUIViewTest
16+
@implementation JSBUIViewTests
1717

1818
- (void)setUp
1919
{

0 commit comments

Comments
 (0)