Skip to content

Commit be783ca

Browse files
committed
update test
1 parent a7bf308 commit be783ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/constants.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe("constants", () => {
126126

127127
it("should return a human-readable version string", () => {
128128
// this string is not super useful
129-
expect(constants.getVersionString()).toStrictEqual("development development Code development")
129+
expect(constants.getVersionString()).toStrictEqual("development development with Code development")
130130
})
131131

132132
it("should return a machine-readable version string", () => {

0 commit comments

Comments
 (0)