Skip to content

Commit e2f218c

Browse files
chore: updating test
1 parent 710f7ab commit e2f218c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/multichain/disconnect-permissions-modal/disconnect-permissions-modal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('DisconnectPermissionsModal', () => {
126126
<DisconnectPermissionsModal {...args} />,
127127
mockStore,
128128
);
129-
expect(getByText('Token Stream')).toBeInTheDocument();
129+
expect(getByText('Token stream')).toBeInTheDocument();
130130
expect(getByText('1 ETH per second • 0x12345...67890')).toBeInTheDocument();
131131
});
132132
});

0 commit comments

Comments
 (0)