diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 13:56:40 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 13:56:40 +0200 |
| commit | 18b2cffb1b7e6f8e35152898011c71288e871422 (patch) | |
| tree | a356b3f6f5eb21b645aab1211b9385ab3fa8878c /docs/superpowers/plans/2026-09-15-notifyd.md | |
| parent | 4a155824af4225517a81fc0a001f262f74e79c83 (diff) | |
| download | quickshell-18b2cffb1b7e6f8e35152898011c71288e871422.tar.gz quickshell-18b2cffb1b7e6f8e35152898011c71288e871422.zip | |
docs: correct the snooze check count to five
The check has five assertions, not four.
Diffstat (limited to 'docs/superpowers/plans/2026-09-15-notifyd.md')
| -rw-r--r-- | docs/superpowers/plans/2026-09-15-notifyd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/superpowers/plans/2026-09-15-notifyd.md b/docs/superpowers/plans/2026-09-15-notifyd.md index 945d856..9a017d8 100644 --- a/docs/superpowers/plans/2026-09-15-notifyd.md +++ b/docs/superpowers/plans/2026-09-15-notifyd.md @@ -1738,7 +1738,7 @@ mv "$last.tmp" "$last" - [ ] **Step 4: Run the check to verify it passes** Run: `bash test-notify-snooze.sh` -Expected: `4 passed, 0 failed`. +Expected: `5 passed, 0 failed`. - [ ] **Step 5: Commit** |
