lib/autotest_notification.rb in samflores-autotest-notification-1.8.2 vs lib/autotest_notification.rb in samflores-autotest-notification-1.9.1

- old
+ new

@@ -63,10 +63,10 @@ when /linux/ Linux.notify(title, msg, img, total, failures, priority) when /darwin/ Mac.notify(title, msg, img, total, failures, priority) when /cygwin/ - Cygwin.notify(title, msg, img) + Cygwin.notify(title, msg, img, total, failures) when /mswin/ Windows.notify(title, msg, img) end end