Skip to content

Commit 056703f

Browse files
committed
test(network-controller): rollback test description change
Revert test description to original wording
1 parent 4b57f32 commit 056703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network-controller/src/rpc-service/rpc-service-chain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ describe('RpcServiceChain', () => {
12791279
});
12801280
});
12811281

1282-
it('calls onDegraded again when the service chain becomes unavailable, and then after waiting, the failover service responds successfully but slowly', async () => {
1282+
it("calls onDegraded again when a service's underlying circuit breaks, and then after waiting, the service responds successfully but slowly", async () => {
12831283
const endpointUrl = 'https://some.endpoint';
12841284
nock(endpointUrl)
12851285
.post('/', {

0 commit comments

Comments
 (0)