Skip to content

Commit c0035db

Browse files
committed
🌿 fix test name
1 parent 199565e commit c0035db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

denops/@denops-private/service_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ Deno.test("Service", async (t) => {
12351235
});
12361236

12371237
await t.step(".interrupt()", async (t) => {
1238-
await t.step("sends signal to `interrupted` attribute", () => {
1238+
await t.step("sends signal to `interrupted` property", () => {
12391239
const service = new Service(meta);
12401240
const signal = service.interrupted;
12411241

@@ -1244,7 +1244,7 @@ Deno.test("Service", async (t) => {
12441244
assert(signal.aborted);
12451245
});
12461246

1247-
await t.step("sends signal to `interrupted` attribute with reason", () => {
1247+
await t.step("sends signal to `interrupted` property with reason", () => {
12481248
const service = new Service(meta);
12491249
const signal = service.interrupted;
12501250

0 commit comments

Comments
 (0)