File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1235,7 +1235,7 @@ Deno.test("Service", async (t) => {
1235
1235
} ) ;
1236
1236
1237
1237
await t . step ( ".interrupt()" , async ( t ) => {
1238
- await t . step ( "sends signal to `interrupted` attribute " , ( ) => {
1238
+ await t . step ( "sends signal to `interrupted` property " , ( ) => {
1239
1239
const service = new Service ( meta ) ;
1240
1240
const signal = service . interrupted ;
1241
1241
@@ -1244,7 +1244,7 @@ Deno.test("Service", async (t) => {
1244
1244
assert ( signal . aborted ) ;
1245
1245
} ) ;
1246
1246
1247
- await t . step ( "sends signal to `interrupted` attribute with reason" , ( ) => {
1247
+ await t . step ( "sends signal to `interrupted` property with reason" , ( ) => {
1248
1248
const service = new Service ( meta ) ;
1249
1249
const signal = service . interrupted ;
1250
1250
You can’t perform that action at this time.
0 commit comments