Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: rename test slightly
  • Loading branch information
MantisClone committed Aug 15, 2024
commit a038cc59ee1ccf85c7e8ee92f4d7f3e44bc12cf1
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('request-client.js: declarative payments', () => {
expect(requestData.balance!.balance).toEqual('10');
});

it('allows to create a request and declare a received payment at the same time', async () => {
it('allows to create a request and declare a received payment in the same transaction', async () => {
const requestNetwork = new RequestNetwork({
useMockStorage: true,
signatureProvider: TestData.fakeSignatureProvider,
Expand Down