Skip to content

Commit c76de70

Browse files
committed
Fix building
1 parent 4c71e88 commit c76de70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/QueuesRedisDriverTests/JobsRedisDriverTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@testable import QueuesRedisDriver
22
import Queues
33
import XCTVapor
4-
import Redis
4+
import struct Redis.RedisKey
5+
import protocol Redis.RedisClient
56
import Vapor
67

78
final class JobsRedisDriverTests: XCTestCase {

0 commit comments

Comments
 (0)