fix(core): update

This commit is contained in:
2024-02-17 02:34:31 +01:00
parent ebd50b0bed
commit 5b823b09ac
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ let testAccount: letterxpress.LetterXpressAccount;
let testLetter: tsclass.business.ILetter;
tap.test('should create a valid account', async () => {
testAccount = await letterxpress.LetterXpressAccount.createAndInit({
testAccount = await letterxpress.LetterXpressAccount.createAndStart({
apiKey: await testQenv.getEnvVarOnDemand('API_TOKEN'),
username: await testQenv.getEnvVarOnDemand('API_USERNAME'),
});