Skip to content

Commit 243bbb8

Browse files
committed
withThrowingTimeout
1 parent 54c8ca7 commit 243bbb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/Timeout.swift renamed to Sources/withThrowingTimeout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Timeout.swift
2+
// withThrowingTimeout.swift
33
// swift-timeout
44
//
55
// Created by Simon Whitty on 31/08/2024.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// TimeoutTests.swift
2+
// withThrowingTimeoutTests.swift
33
// swift-timeout
44
//
55
// Created by Simon Whitty on 31/08/2024.
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// TimeoutTests.swift
2+
// withThrowingXCTimeout.swift
33
// swift-timeout
44
//
55
// Created by Simon Whitty on 31/08/2024.
@@ -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)