forked from cerc-io/laconic-sdk
Files the IDE thoughtfully did not save earlier
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user