Skip to content

Commit 8ebdbff

Browse files
Update packages/snaps-simulation/src/interface.test.tsx
Co-authored-by: Frederik Bolding <[email protected]>
1 parent c168add commit 8ebdbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-simulation/src/interface.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ describe('getInterface', () => {
15571557
);
15581558
});
15591559

1560-
it('sends a request to the snap when `pickDateTime` is called', async () => {
1560+
it('sends a request to the Snap when `pickDateTime` is called', async () => {
15611561
jest.spyOn(rootControllerMessenger, 'call');
15621562
const options = getMockOptions();
15631563
const { store, runSaga } = createStore(options);

0 commit comments

Comments
 (0)