Skip to content

Commit

Permalink
feat: remove unneeded comment (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
orubin authored Dec 22, 2024
1 parent 9100c6a commit 1953a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RequestExecutor/WsRequestExecutor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ describe('WsRequestExecutor', () => {
const spiedExecutorOptions = spy<RequestExecutorOptions>(executorOptions);
const proxyFactoryMock = mock<ProxyFactory>();

// TODO: discuss renaming such kind of variables to `SUT` or `UUT`
let executor!: WsRequestExecutor;

beforeEach(() => {
Expand Down

0 comments on commit 1953a95

Please sign in to comment.