Skip to content

Commit a3b3f46

Browse files
authored
chore: PR feedback
1 parent ed0acac commit a3b3f46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/features/groups/pages/group-page.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('block-page', () => {
4646
})
4747
})
4848

49-
describe('when rending a group that fails to load the block', () => {
49+
describe('when rending a group within a block that was failed to load', () => {
5050
it('should display failed to load message', () => {
5151
vi.mocked(useParams).mockImplementation(() => ({ round: '123456', groupId: 'some-id' }))
5252
vi.mocked(indexer.lookupBlock(0).do).mockImplementation(() => Promise.reject({}))

src/features/transactions/components/transactions-graph.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('group-graph', () => {
148148
],
149149
},
150150
])(
151-
'when rendering transaction $transactionResult.id',
151+
'when rendering group $groupId',
152152
({
153153
groupId,
154154
transactionResults,

0 commit comments

Comments
 (0)