Skip to content

Commit

Permalink
test: change describe definition
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Aug 29, 2024
1 parent 1d6e3fc commit 12983ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/relayclient/RelayClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ describe('RelayClient', function () {
);
});

describe('should deploy transaction', function () {
describe('during a deploy transaction', function () {
let envelopingDeployRequest: UserDefinedDeployRequest;
const minIndex = 0;
const maxIndex = 1000000000;
Expand Down Expand Up @@ -1090,7 +1090,7 @@ describe('RelayClient', function () {
});
});

describe('should relay transaction', function () {
describe('during a relay transaction', function () {
let smartWallet: BoltzSmartWallet;
let testRecipient: TestRecipient;
let envelopingRelayRequest: UserDefinedRelayRequest;
Expand Down

0 comments on commit 12983ec

Please sign in to comment.