Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolarik-paylocity committed Nov 25, 2024
1 parent 572bc58 commit 0887f12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* Adds `noAsyncFuncWithoutAwait` opt-in rule that check if a async function call at least one async function.
[Jan Kolarik](https://github.com/jkolarik-paylocity)
[#5082](https://github.com/realm/SwiftLint/issues/5082)
* None.

#### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion Tests/GeneratedTests/GeneratedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ final class NimbleOperatorRuleGeneratedTests: SwiftLintTestCase {
}
}

final class NoAsyncFuncWithoutAwaitRuleGeneratedTests: SwiftLintTestCase {
final class NoAsyncWithoutAwaitRuleGeneratedTests: SwiftLintTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoAsyncWithoutAwaitRule.description)
}
Expand Down

0 comments on commit 0887f12

Please sign in to comment.