Skip to content

Commit e85dc5d

Browse files
test(message-parser): remove duplicate timestamp cases
1 parent 1c0ca6f commit e85dc5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/message-parser/tests/timestamp.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ test.each([
4040
});
4141

4242
test.each([
43-
['<t:2025-07-22T10:00:00.000+00:00:R>', [paragraph([timestampNode('1753178400', 'R')])]],
44-
['<t:2025-07-22T10:00:00.000+00:00:R>', [paragraph([timestampNode('1753178400', 'R')])]],
4543
['<t:2025-07-22T10:00:00.000+00:00:R>', [paragraph([timestampNode('1753178400', 'R')])]],
4644
['<t:2025-07-22T10:00:00+00:00:R>', [paragraph([timestampNode('1753178400', 'R')])]],
4745

0 commit comments

Comments
 (0)