Skip to content

Commit 6c5b08a

Browse files
committed
Update
1 parent 485d4cf commit 6c5b08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/apon.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('APON.stringify', () => {
5454

5555
it('should stringify an object with multiple properties', () => {
5656
const obj = { name: 'John Doe', age: 30 };
57-
const expected = 'name: "John Doe"\nage: 30';
57+
const expected = 'name: John Doe\nage: 30';
5858
expect(APON.stringify(obj)).toBe(expected);
5959
});
6060

0 commit comments

Comments
 (0)