code format & renaming

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-15 10:19:38 +02:00
parent c1935fb360
commit 90a7af344e
2 changed files with 9 additions and 8 deletions

View file

@ -13,6 +13,7 @@ async function hash(namespace: string) {
const relevant_hash = "Qa4xy8yRPnBsQf8U2UUE7tse2u4Fi/Aqxbt" +
"6aq56m5ofcmCkTi8PbgMBF1OtHC6qkXDF2tz2qKprYCIAMzTSQQ==";
Deno.test("encode_namespace", async () => {
const namespace = "CHANGEME";
const base64 = await hash(namespace);