Skip to content

Commit

Permalink
chore: clean up (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Aug 6, 2024
1 parent 2f206b9 commit c250d58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ final class TestThemeOverrideOfElevationSemanticTokens: XCTestCase {
XCTAssertTrue(inheritedTheme.elevationColorFocusDark == MockTheme.mockThemeColorRawToken)
}

func testInheritedThemeCanOverrideElevationBpxShadowSemanticTokens() throws {
func testInheritedThemeCanOverrideElevationBoxShadowSemanticTokens() throws {
XCTAssertNotEqual(inheritedTheme.elevationBoxShadowRaisedLight, abstractTheme.elevationBoxShadowRaisedLight)
XCTAssertTrue(inheritedTheme.elevationBoxShadowRaisedLight == MockTheme.mockThemeBoxShadowRawToken)

Expand Down

0 comments on commit c250d58

Please sign in to comment.