Skip to content

Commit 3968126

Browse files
committed
refactor: tests (#521)
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 2e275a2 commit 3968126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OUDS/Core/Tokens/SemanticTokens/Tests/Multiples/MultipleColorModeSemanticTokensTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ struct MultipleColorModeSemanticTokensTests {
5050
#expect(!first.isEqual(second))
5151
#expect(!first.isEqual(third))
5252
#expect(!first.isEqual(fourth))
53-
#expect(first.isEqual(fifth))
53+
#expect(!first.isEqual(fifth))
5454
}
5555
}

0 commit comments

Comments
 (0)