Skip to content

Commit ebe0270

Browse files
committed
chore: fixes test definition
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 145fc50 commit ebe0270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serialization/json/test/common/jsonSerializationWriter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe("JsonParseNode", () => {
6868
},
6969
},
7070
},
71-
testDate: testDate.toISOString(),
71+
testDate: testDate,
7272
});
7373
});
7474

0 commit comments

Comments
 (0)