Skip to content

Commit 4c7e7de

Browse files
committed
Fix swift
1 parent ad6710f commit 4c7e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/swift/Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class Tests: XCTestCase {
134134
scopes: ["test"],
135135
state: "123456"
136136
)
137-
print(url)
137+
print(url!)
138138

139139
// Query helper tests
140140
print(Query.equal("released", value: [true]))

0 commit comments

Comments
 (0)