Skip to content

Commit be85cb8

Browse files
committed
Remove newline in test expectation
1 parent 052ab30 commit be85cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/markdown-to-draft.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ describe('markdownToDraft', function () {
559559
});
560560

561561
expect(conversionResult.blocks[0].type).toEqual('atomic');
562-
expect(conversionResult.blocks[0].content).toEqual('someMetadata: content\n');
562+
expect(conversionResult.blocks[0].content).toEqual('someMetadata: content');
563563
});
564564

565565
it('can handle simple nested styles', function () {

0 commit comments

Comments
 (0)