Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed May 14, 2022
1 parent c03230a commit f24afb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PexelsSwiftTests/PexelsSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final class Pexels_SwiftTests: XCTestCase {
}
}

func testCategories() async throws {
func testCollections() async throws {
guard let pexels = pexels else { XCTFail("self.pexels == nil"); return }
pexels.setAPIKey(apiKey)
let result = await pexels.getCollections()
Expand Down

0 comments on commit f24afb8

Please sign in to comment.