Skip to content

Commit

Permalink
test: add missing unit tests for opacity raw tokens
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
  • Loading branch information
pylapp committed Sep 10, 2024
1 parent 44a6442 commit 8ac2262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OUDS/Core/Tokens/RawTokens/Tests/OpacityRawTokensTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ final class OpacityRawTokensTests: XCTestCase {
func testOpacityRawToken700LessThan800() throws {
XCTAssertLessThan(OpacityRawTokens.opacity700, OpacityRawTokens.opacity800)
}

func testOpacityRawToken800LessThan900() throws {
XCTAssertLessThan(OpacityRawTokens.opacity800, OpacityRawTokens.opacity900)
}
}

0 comments on commit 8ac2262

Please sign in to comment.