feat: notification on copy
This commit is contained in:
@@ -103,7 +103,7 @@ func TestCopyThreadKeyWritesExportWithoutBlockingUpdate(t *testing.T) {
|
||||
}
|
||||
model, _ = model.(App).Update(message)
|
||||
updated := model.(App)
|
||||
if updated.notice != "thread copied" || updated.err != nil {
|
||||
if updated.notice != "thread copied to clipboard" || updated.err != nil {
|
||||
t.Fatalf("copy result notice=%q err=%v", updated.notice, updated.err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user