Skip to content

Commit

Permalink
Rename NotificationListenerTableTests to NotificationListenerTestCase…
Browse files Browse the repository at this point in the history
… for clarity and update comment wording
  • Loading branch information
kasianov-mikhail committed Dec 15, 2024
1 parent a3ff3c6 commit 67b8780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ScoutTests/Core/NotificationListenerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ struct NotificationListenerTests {
}
}

class NotificationListenerTableTests: XCTestCase {
class NotificationListenerTestCase: XCTestCase {

// Special case not covering by SwiftTesting
// Special case not covering with SwiftTesting
func testNotificationHandling() async throws {
let expectation = XCTestExpectation(description: "Notification handling")
let listener = NotificationListener(table: [
Expand Down

0 comments on commit 67b8780

Please sign in to comment.