Skip to content

Commit

Permalink
quit Blink when closing window
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriss committed Jan 4, 2024
1 parent be90a70 commit bca82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ end
end
save_image("test.png")

close(ChemfilesViewer.get_reference(viewer_id)[1])
close(ChemfilesViewer.get_reference(viewer_id)[1], quit=true)

@test filesize("test.png") > 10000

Expand Down

0 comments on commit bca82e9

Please sign in to comment.