Skip to content

Commit

Permalink
Merge pull request #36 from WalletConnect/fix-unit-tests
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
Andrey Scherbovich authored Nov 6, 2020
2 parents 34779e9 + 996711c commit cba68df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Tests/RequestTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class RequestTests: XCTestCase {

let `default` = Request(url: url, method: method)
XCTAssertNotNil(`default`.id)
XCTAssertNotNil(UUID(uuidString: `default`.id as! String))
}

func test_positionalParameters_empty() throws {
Expand Down
2 changes: 1 addition & 1 deletion WalletConnectSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "WalletConnectSwift"
spec.version = "1.2.0"
spec.version = "1.3.0"
spec.summary = "A delightful way to integrate WalletConnect into your app."
spec.description = <<-DESC
WalletConnect protocol implementation for enabling communication between dapps and
Expand Down
2 changes: 1 addition & 1 deletion WalletConnectSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WalletConnectSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit cba68df

Please sign in to comment.