Skip to content

Commit

Permalink
Fix tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jan 5, 2024
1 parent cf3fd47 commit e64250f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/ValidatorTests/GithubTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ import NIO

final class GithubTests: XCTestCase {

override func setUp() async throws {
Github.repositoryCache = .init()
}

func test_fetchRepository_retry() async throws {
// setup
let client = HTTPClient(eventLoopGroupProvider: .singleton)
Expand Down

0 comments on commit e64250f

Please sign in to comment.