Skip to content

Commit 68c264a

Browse files
Allie Creviersssoleileraaa
Allie Crevier
authored andcommitted
update test to use name paperclip instead of attached
1 parent 3fddb39 commit 68c264a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/gui/test_widgets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -700,12 +700,12 @@ def test_SourceWidget_update_attachment_icon():
700700
sw = SourceWidget(source)
701701

702702
sw.update()
703-
assert not sw.attached.isHidden()
703+
assert not sw.paperclip.isHidden()
704704

705705
source.document_count = 0
706706

707707
sw.update()
708-
assert sw.attached.isHidden()
708+
assert sw.paperclip.isHidden()
709709

710710

711711
def test_SourceWidget_delete_source(mocker, session, source):

0 commit comments

Comments
 (0)