Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
chore: rename files for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Jul 7, 2023
1 parent c3514e1 commit e06b97a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './api';
export * from './KeyringClient';
export * from './rpc-dispatcher';
export * from './rpc-handler';
export * from './KeyringSnapControllerClient';
export * from './KeyringSnapRpcClient';
2 changes: 1 addition & 1 deletion src/rpc-dispatcher.test.ts → src/rpc-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
MethodNotSupportedError,
buildHandlersChain,
handleKeyringRequest,
} from './rpc-dispatcher';
} from './rpc-handler';

describe('buildHandlersChain', () => {
const handler1 = jest.fn();
Expand Down
File renamed without changes.

0 comments on commit e06b97a

Please sign in to comment.