Skip to content

Commit

Permalink
remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 9, 2018
1 parent fcf5168 commit 4e34dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/transporters/tcp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ describe("Test TcpTransporter startUdpServer", () => {

});

describe.only("Test Gossip methods", () => {
describe("Test Gossip methods", () => {
let broker = new ServiceBroker({ namespace: "TEST", nodeID: "node-1" });
let transit = new Transit(broker);
let transporter;
Expand Down

0 comments on commit 4e34dc7

Please sign in to comment.