Skip to content

Commit cd8265b

Browse files
Update app/components/PVutils.test.ts
Co-authored-by: Tom Willemsen <[email protected]>
1 parent 4f89e60 commit cd8265b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/PVutils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ test("getPvValue decodes and return the base64 value when b64byt is provided", (
197197
"¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ";
198198
const encoded = Buffer.from(original, "utf8").toString("base64");
199199

200-
const updatedPV = { type: "update", pv: "test", b64byt: encoded }; // Base64 for 'Hello World'
200+
const updatedPV = { type: "update", pv: "test", b64byt: encoded };
201201
const result = getPvValue(updatedPV);
202202
expect(result).toBe(original);
203203
});

0 commit comments

Comments
 (0)