File tree 2 files changed +1
-2
lines changed
OUDS/Core/Tokens/RawTokens/Tests
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Changed
21
21
22
- - [ Library] Rename of typography font weight raw tokens
23
22
- [ Library] Remove web-specific grid tokens, keep compact/regular widths ([ #147 ] ( https://github.com/Orange-OpenSource/ouds-ios/pull/147 ) )
23
+ - [ Library] Rename of typography font weight raw tokens
24
24
- [ Library] Rename dimension semantic tokens to apply T-Shirt size rules ([ #130 ] ( https://github.com/Orange-OpenSource/ouds-ios/issues/130 ) )
25
25
- [ Library] Rename ` SizingCompositeSemanticToken ` to ` MultipleSizingSemanticToken ` to keep "composite" word for * Figma* design system
26
26
- [ Library] Rename ` ColorCompositeSemanticToken ` to ` MultipleColorRawToken ` to keep "composite" word for * Figma* design system
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ final class GridRawTokensTests: XCTestCase {
37
37
38
38
// MARK: - Primitive token - Grid - Max width
39
39
40
-
41
40
func testGridRawTokenGridMaxWidthExtraCompactLessThanGridMaxWidthCompact( ) throws {
42
41
XCTAssertLessThan ( GridRawTokens . gridMaxWidthExtraCompact, GridRawTokens . gridMaxWidthCompact)
43
42
}
You can’t perform that action at this time.
0 commit comments