Skip to content

Commit

Permalink
Updated default test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shndrs committed Jul 13, 2019
1 parent f2cb6c8 commit b02db46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file not shown.
11 changes: 8 additions & 3 deletions EZProgressHUDTests/EZProgressHUDTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import XCTest

class EZProgressHUDTests: XCTestCase {

override func setUp() {
hnkTest()
}
override func setUp() {}

override func tearDown() {}

Expand Down Expand Up @@ -64,6 +62,13 @@ class EZProgressHUDTests: XCTestCase {
let hud = EZProgressHUD.setProgress(with: options)

XCTAssertNotNil(hud)

let opts = EZProgressOptions { (_) in }
XCTAssertNotNil(opts)

let hd = EZProgressHUD.setProgress(with: opts)

XCTAssertNotNil(hd)
}

func testPerformanceExample() {
Expand Down

0 comments on commit b02db46

Please sign in to comment.