diff --git a/CHANGELOG.md b/CHANGELOG.md index fbbabbab3d..9fa0e61f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Tests/GeneratedTests/GeneratedTests.swift b/Tests/GeneratedTests/GeneratedTests.swift index 7cb42974ff..844a011e8e 100644 --- a/Tests/GeneratedTests/GeneratedTests.swift +++ b/Tests/GeneratedTests/GeneratedTests.swift @@ -751,7 +751,7 @@ final class NimbleOperatorRuleGeneratedTests: SwiftLintTestCase { } } -final class NoAsyncFuncWithoutAwaitRuleGeneratedTests: SwiftLintTestCase { +final class NoAsyncWithoutAwaitRuleGeneratedTests: SwiftLintTestCase { func testWithDefaultConfiguration() { verifyRule(NoAsyncWithoutAwaitRule.description) }