Skip to content

Commit

Permalink
WIP : View tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunaid committed Oct 21, 2024
1 parent 3ccee78 commit 520ab8e
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 106 deletions.
2 changes: 1 addition & 1 deletion CountlyTests/CountlyBaseTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CountlyBaseTestCase: XCTestCase {
var countly: Countly!
var deviceID: String = ""
let appKey: String = "appkey"
var host: String = "https://test.count.ly/"
var host: String = "https://testing.count.ly/"

override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
Expand Down
Loading

0 comments on commit 520ab8e

Please sign in to comment.