summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/zz_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go
index b70d66a..f6791a0 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -75,7 +75,7 @@ func (tw *testwin) make(done chan struct{}) {
tw.e = NewTextField()
tw.t.Append("Text Field", tw.e)
tw.e2 = NewPasswordField()
- tw.t.Append("Password Field", tw.e)
+ tw.t.Append("Password Field", tw.e2)
tw.w.Show()
}