Skip to content

Commit 48f3278

Browse files
committed
Update ZFWKWebViewTests.m
1 parent a1d8713 commit 48f3278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/ZFWKWebViewTests/ZFWKWebViewTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ - (void)tearDown {
2525

2626
- (void)testLocalizedString {
2727
NSString *loc = [ZFWKWebVCConf localizedStringForKey:@"Support by"];
28-
XCTAssertEqualObjects(loc, @"此网页由");
28+
XCTAssertEqualObjects(loc, @"Support by");
2929
NSLog(@"loc:%@", loc);
3030
}
3131

0 commit comments

Comments
 (0)