Skip to content

Commit

Permalink
Remove Async from PaginateTests
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jun 18, 2023
1 parent 6db12d5 commit a4db24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SotoCoreTests/PaginateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import NIOPosix
import SotoTestUtils
import XCTest

final class PaginateAsyncTests: XCTestCase, @unchecked Sendable {
final class PaginateTests: XCTestCase, @unchecked Sendable {
enum Error: Swift.Error {
case didntFindToken
}
Expand Down

0 comments on commit a4db24f

Please sign in to comment.