Skip to content

Commit 533b46b

Browse files
Update test comments to trigger check
1 parent 5bd18e2 commit 533b46b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/component-library/components-temp/MultichainAccounts/MultichainAccountSelectorList/MultichainAccountSelectorList.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ describe('MultichainAccountSelectorList', () => {
573573
);
574574
});
575575

576-
// [mcwp-474-tmp]
576+
// [mcwp-474-tmp 1/5]
577577
it('filters account groups when any account in group matches', async () => {
578578
const account1 = createMockAccountGroup(
579579
'keyring:wallet1/group1',

app/components/Base/RemoteImage/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('RemoteImage', () => {
9393
mockGetFormattedIpfsUrl.mockImplementation(createPendingIpfsResolution);
9494
});
9595

96-
// [mcwp-474-tmp]
96+
// [mcwp-474-tmp 2/5]
9797
it('renders svg correctly', () => {
9898
const { UNSAFE_getByType } = render(
9999
<RemoteImage

app/components/UI/SimulationDetails/useBalanceChanges.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe('useBalanceChanges', () => {
203203
);
204204
};
205205

206-
// [mcwp-474-tmp]
206+
// [mcwp-474-tmp 3/5]
207207
it('maps token balance changes correctly', async () => {
208208
const { result } = setupHook([
209209
{

0 commit comments

Comments
 (0)