Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwroth authored and calvincestari committed Oct 30, 2024
1 parent 6fe2888 commit 54a5366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class EnumTemplateTests: XCTestCase {
expect(actual).to(equalLineByLine(expected, ignoringExtraLines: true))
}

func test_render_givenEnumWithAllDeprectedValues_shouldRenderWithoutRawType() {
func test_render_givenEnumWithAllDeprecatedValues_shouldRenderWithoutRawType() {
// given
buildSubject(
values: [
Expand Down

0 comments on commit 54a5366

Please sign in to comment.