Skip to content

Commit

Permalink
temporary commit to debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jul 5, 2024
1 parent 80ee227 commit a299b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connection/connection-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { JsonRpcSocket } from '../../src/json-rpc-socket.js';

chai.use(chaiAsPromised);

describe('InMemoryConnectionManager', () => {
describe.only('InMemoryConnectionManager', () => {
let dwn: Dwn;
let connectionManager: InMemoryConnectionManager;
let httpApi: HttpApi;
Expand Down

0 comments on commit a299b09

Please sign in to comment.