Skip to content

Commit

Permalink
chore(test): rename testBasicCluster to more generic testNode
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBol committed Jan 7, 2025
1 parent 9ee11bc commit aa8cb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testBasicCluster.js → test/testNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ const Endpoint = require('../lib/Endpoint');
require('../lib/clusters/basic');
require('../lib/clusters/onOff');

debug = debug.extend('test-cluster-basic');
debug = debug.extend('test-node');

const sandbox = sinon.createSandbox();

describe('basicCluster', function() {
describe('Node', function() {
let loopbackNode;
let receivingNode;
let sendingNode;
Expand Down

0 comments on commit aa8cb1b

Please sign in to comment.