We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21cb2d commit 09b4fe5Copy full SHA for 09b4fe5
Tests/UIKit/JSBUIViewControllerTest.m
@@ -9,11 +9,11 @@
9
#import <XCTest/XCTest.h>
10
#import "JavaScriptBridge.h"
11
12
-@interface JSBUIViewControllerTest : XCTestCase
+@interface JSBUIViewControllerTests : XCTestCase
13
14
@end
15
16
-@implementation JSBUIViewControllerTest
+@implementation JSBUIViewControllerTests
17
18
- (void)setUp
19
{
Tests/UIKit/JSBUIViewTest.m
-@interface JSBUIViewTest : XCTestCase
+@interface JSBUIViewTests : XCTestCase
-@implementation JSBUIViewTest
+@implementation JSBUIViewTests
0 commit comments