Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 5, 2024
1 parent d2ceb65 commit 3949857
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: swift test -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc ${{ matrix.tooling.swift-version }}

check-xcode:
name: ${{matrix.platform}} (Xcode ${{ matrix.tooling.xcode-version }}, Swift ${{ matrix.tooling.swift-version }})
name: Library, ${{matrix.platform}} (Xcode ${{ matrix.tooling.xcode-version }}, Swift ${{ matrix.tooling.swift-version }})
runs-on: macos-latest

strategy:
Expand Down
1 change: 0 additions & 1 deletion Tests/AblyChatTests/AblyChatTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import XCTest

final class AblyChatTests: XCTestCase {
// swiftlint:disable:next empty_xctest_method
func testExample() throws {
XCTAssertNoThrow(AblyChatClient())
}
Expand Down

0 comments on commit 3949857

Please sign in to comment.