Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 9887196

Browse files
committed
Change test description
1 parent 3249171 commit 9887196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/acceptance/api/delay-setting.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("delay setting", () => {
3232
});
3333
});
3434

35-
describe("When delay is changed", () => {
35+
describe("When delay is changed through admin-api", () => {
3636
it("should respond after defined delay", async () => {
3737
await changeDelay(1000);
3838
const timeCounter = new TimeCounter();

0 commit comments

Comments
 (0)