Skip to content

Commit

Permalink
Rename DynamicPendableTests to PendableTests
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Apr 13, 2024
1 parent 26f9a59 commit 341be95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Fakes
import Nimble
import XCTest

final class DynamicPendableTests: XCTestCase {
final class PendableTests: XCTestCase {
func testSingleCall() async throws {
let subject = Pendable<Int>.pending(fallback: 0)

Expand Down

0 comments on commit 341be95

Please sign in to comment.