Files the IDE thoughtfully did not save earlier

This commit is contained in:
2022-09-28 13:22:57 -06:00
parent b07df23804
commit b1d3c83d32
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const namingTests = () => {
});
test('Reserve authority.', async () => {
authorityName = `chiba-clonk-${Date.now()}`;
authorityName = `laconic-${Date.now()}`;
await registry.reserveAuthority({ name: authorityName }, privateKey, fee);
});