Skip to content

Commit

Permalink
chore(integration): rename test for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Oct 3, 2024
1 parent ececad2 commit 63011ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ describe('Integration tests', (): void => {
expect(incomingPayment.state).toBe(IncomingPaymentState.Completed)
})

test('Peer to Peer (Fixed Send)', async (): Promise<void> => {
test('Peer to Peer - Fixed Send', async (): Promise<void> => {
const {
createReceiver,
createQuote,
Expand Down

0 comments on commit 63011ae

Please sign in to comment.