Skip to content

Commit 81e3ae5

Browse files
committed
withThrowingTimeout
1 parent 54c8ca7 commit 81e3ae5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

Tests/TimeoutTests.swift renamed to Tests/withThrowingTimeoutTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Timeout
3434
import Foundation
3535
import Testing
3636

37-
struct TimeoutTests {
37+
struct WithThrowingTimeoutTests {
3838

3939
@Test @MainActor
4040
func mainActor_ReturnsValue() async throws {

Tests/TimeoutXCTests.swift renamed to Tests/withThrowingTimeoutXCTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import Timeout
3434
import XCTest
3535

36-
final class TimeoutTests: XCTestCase {
36+
final class WithThrowingTimeoutXCTests: XCTestCase {
3737

3838
@MainActor
3939
func testMainActor_ReturnsValue() async throws {

0 commit comments

Comments
 (0)