Skip to content

Commit

Permalink
Fix tests, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
configcat-developer committed Jul 28, 2019
1 parent c5e1925 commit 38eebb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigCat.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "ConfigCat"
spec.version = "2.1.3"
spec.version = "2.2.0"
spec.summary = "ConfigCat Swift SDK"
spec.swift_version = "4.2"

Expand Down
1 change: 1 addition & 0 deletions Tests/ConfigCatClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class ConfigCatClientTests: XCTestCase {
XCTAssertEqual("def", client.getValue(for: "fakeKey", defaultValue: "def"))
}

func testGetAllKeys() {
let client = ConfigCatClient(apiKey: "PKDVCLf-Hq-h-kCzMp-L7Q/psuH7BGHoUmdONrzzUOY7A")
let keys = client.getAllKeys()
XCTAssertEqual(16, keys.count)
Expand Down

0 comments on commit 38eebb6

Please sign in to comment.