Skip to content

Commit

Permalink
Fix new test case to support Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkowz committed Oct 21, 2016
1 parent 7576259 commit a3a3db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwifternalizationTests/SharedBaseExpressionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SharedBaseExpressionTests: XCTestCase {
}

func testIssue21() {
let bundle = NSBundle(forClass: SharedBaseExpressionTests.self)
let bundle = Bundle(for: SharedBaseExpressionTests.self)
Swifternalization.configure(bundle)
let strOne = I18n.localizedString("issue21", intValue: 1)
let strOther = I18n.localizedString("issue21", intValue: 15)
Expand Down

0 comments on commit a3a3db4

Please sign in to comment.