Skip to content

Commit

Permalink
change method name for frozen enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ojun9 committed Jul 21, 2024
1 parent d0d1e64 commit ad24f0e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ final class SnippetBasedReferenceTests: XCTestCase {
)
}

func testComponentsSchemas_accessModifier_public() throws {
func testComponentsSchemasFrozenEnum_accessModifier_public() throws {
try self.assertSchemasTranslation(
"""
schemas:
Expand All @@ -171,7 +171,7 @@ final class SnippetBasedReferenceTests: XCTestCase {
)
}

func testComponentsSchemas_accessModifier_package() throws {
func testComponentsSchemasFrozenEnum_accessModifier_package() throws {
try self.assertSchemasTranslation(
"""
schemas:
Expand All @@ -193,7 +193,7 @@ final class SnippetBasedReferenceTests: XCTestCase {
)
}

func testComponentsSchemas_accessModifier_internal() throws {
func testComponentsSchemasFrozenEnum_accessModifier_internal() throws {
try self.assertSchemasTranslation(
"""
schemas:
Expand All @@ -215,7 +215,7 @@ final class SnippetBasedReferenceTests: XCTestCase {
)
}

func testComponentsSchemas_accessModifier_fileprivate() throws {
func testComponentsSchemasFrozenEnum_accessModifier_fileprivate() throws {
try self.assertSchemasTranslation(
"""
schemas:
Expand All @@ -237,7 +237,7 @@ final class SnippetBasedReferenceTests: XCTestCase {
)
}

func testComponentsSchemas_accessModifier_private() throws {
func testComponentsSchemasFrozenEnum_accessModifier_private() throws {
try self.assertSchemasTranslation(
"""
schemas:
Expand Down

0 comments on commit ad24f0e

Please sign in to comment.