Skip to content

Commit b8f42cc

Browse files
jmikolatanlisu
andauthored
Update tests/UnifiedSpecTests/EventObserver.php
Co-authored-by: Tanli Su <[email protected]>
1 parent 63c7990 commit b8f42cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnifiedSpecTests/EventObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private function handleEvent($event): void
290290
return;
291291
}
292292

293-
if (! $this->observeSensitiveCommands && $this->isSensistiveCommand($event)) {
293+
if (! $this->observeSensitiveCommands && $this->isSensitiveCommand($event)) {
294294
return;
295295
}
296296

0 commit comments

Comments
 (0)