Skip to content

Commit

Permalink
#451: fixed names of describe to match spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Jan 29, 2024
1 parent efa4f52 commit 19f9291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/test/services/NodeBalancer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { BALANCERS, NODES } from '../_fixtures/services/NodeBalancer.fixture';
const balancer = BALANCERS.FILLED;
const emptyBalancer = BALANCERS.EMPTY;

describe('services/LocalGateway', () =>
describe('services/NodeBalancer', () =>
{
describe('.getNextNode()', () =>
{
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/test/services/NodeMonitor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MONITORS, GATEWAY, NODES } from '../_fixtures/services/NodeMonitor.fixt

const monitor = MONITORS.HEALTH;

describe('services/LocalGateway', () =>
describe('services/NodeMonitor', () =>
{
describe('.monitor()', () =>
{
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/test/services/RemoteNode.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NODES, NODE_URL } from '../_fixtures/services/RemoteNode.fixture';

const node = NODES.REMOTE;

describe('services/LocalGateway', () =>
describe('services/RemoteNode', () =>
{
describe('.url', () =>
{
Expand Down

0 comments on commit 19f9291

Please sign in to comment.