aboutsummaryrefslogtreecommitdiff
path: root/gui/internal/model/rules_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui/internal/model/rules_test.go')
-rw-r--r--gui/internal/model/rules_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/internal/model/rules_test.go b/gui/internal/model/rules_test.go
index c7fa384..c8ee212 100644
--- a/gui/internal/model/rules_test.go
+++ b/gui/internal/model/rules_test.go
@@ -34,8 +34,8 @@ func TestOpenAndCheck(t *testing.T) {
t.Error("an untouched file counts as modified")
}
- // An unknown placeholder is refused at check time (plan 12 task 3), and
- // the position is the action's, inside this file.
+ // An unknown placeholder is refused at check time, and the position is
+ // the action's, inside this file.
r.SetText("(path \"~/dl\")\n(rule \"all\" (move \"Out/{nope}\"))\n")
if !r.Modified() {
t.Error("edited text does not count as modified")