Skip to content

Commit 7331fb6

Browse files
committed
chore: Peer review suggested changes to clean up typos and naming issues.
1 parent e681e82 commit 7331fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/DispatchAsyncTests/AsyncSemaphoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Testing
1818

1919
nonisolated(unsafe) private var sharedPoolCompletionCount = 0
2020

21-
@Suite("DispatchGroup Tests")
21+
@Suite("AsyncSemaphore Tests")
2222
class AsyncSemaphoreTests {
2323
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
2424
@Test(.timeLimit(.minutes(1)))

Tests/DispatchAsyncTests/DispatchPingPongTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Testing
1717

1818
private typealias DispatchQueue = DispatchAsync.DispatchQueue
1919

20-
/// Ping-Pong queue test is adapted from the test
20+
/// Ping-Pong queue test is adapted from the test
2121
/// [dispatch_pingpong.c in libdispatch](https://github.com/swiftlang/swift-corelibs-libdispatch/blob/main/tests/dispatch_pingpong.c).
2222
///
2323
/// Two queues recursively schedule work on each other N times. The test

0 commit comments

Comments
 (0)