Skip to content

Commit

Permalink
fix another for renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-kapustin committed Jun 23, 2020
1 parent 2246768 commit a1359a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import XCTest
@testable import libqrencode_swfit
@testable import libqrencode_swift

final class libqrencode_swfitTests: XCTestCase {

func testQR() {
let str = "https://apple.com"
let colors:[Int] = [120,200,45]
let result = QREncodeSwift.qr(from: str, level: .middle, outputFileName: "./qr.png", colorComponents:nil)
let result = QREncodeSwift.qr(from: str, level: .middle, outputFileName: "./qr.png", colorComponents:colors)
XCTAssert(result)
}

Expand Down

0 comments on commit a1359a0

Please sign in to comment.