Skip to content

Commit

Permalink
Remove reference to socketDebugger in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Holbrook committed Jan 31, 2024
1 parent b85f3e0 commit 4318fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/DebugProtocolAdapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('DebugProtocolAdapter', function() {
await adapter.connect();
await adapter['createDebugProtocolClient']();

client = adapter['socketDebugger'];
client = adapter['client'];
client['options'].shutdownTimeout = 100;
client['options'].exitChannelTimeout = 100;
//disable logging for tests because they clutter the test output
Expand Down

0 comments on commit 4318fdb

Please sign in to comment.