Skip to content

Commit

Permalink
test(update): fix const not declared ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Apr 12, 2024
1 parent b78b09a commit 3ac8159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default async function groupChatMultipleUsersTests() {

// Grab cache folder and restart
const didkey = await SettingsProfileScreen.getCopiedDidFromStatusInput();
await saveTestKeys(username, didkey);
await saveTestKeys("ChatUserC", didkey);
await SettingsProfileScreen.deleteStatus();
});

Expand Down

0 comments on commit 3ac8159

Please sign in to comment.