Skip to content

Commit 3832b49

Browse files
committed
chore: clean up after rebase
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent a0ab9cb commit 3832b49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121

22-
- [Library] Rename of typography font weight raw tokens
2322
- [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
2424
- [Library] Rename dimension semantic tokens to apply T-Shirt size rules ([#130](https://github.com/Orange-OpenSource/ouds-ios/issues/130))
2525
- [Library] Rename `SizingCompositeSemanticToken` to `MultipleSizingSemanticToken` to keep "composite" word for *Figma* design system
2626
- [Library] Rename `ColorCompositeSemanticToken` to `MultipleColorRawToken` to keep "composite" word for *Figma* design system

OUDS/Core/Tokens/RawTokens/Tests/GridRawTokensTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ final class GridRawTokensTests: XCTestCase {
3737

3838
// MARK: - Primitive token - Grid - Max width
3939

40-
4140
func testGridRawTokenGridMaxWidthExtraCompactLessThanGridMaxWidthCompact() throws {
4241
XCTAssertLessThan(GridRawTokens.gridMaxWidthExtraCompact, GridRawTokens.gridMaxWidthCompact)
4342
}

0 commit comments

Comments
 (0)