Skip to content

Commit

Permalink
Remove test function
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Jan 2, 2024
1 parent f5a913e commit 0ece9f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci

on:
pull_request:
pull_request_target:
branches:
- develop
- main
Expand Down
10 changes: 0 additions & 10 deletions Sources/Web3Modal/Core/Web3Modal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,6 @@ public class Web3Modal {
public static func set(sessionParams: SessionParams) {
Web3Modal.config.sessionParams = sessionParams
}

public func uncoveredFunc() {
print("uncoveredFunc")

if Int.random(in: 1...5) == 2 {
print("randomBranch")
} else {
print("randomBranch")
}
}
}

#if canImport(UIKit)
Expand Down

0 comments on commit 0ece9f6

Please sign in to comment.