Fix compile errors in AppleScript scripts, which gets NetNewsWireTests building, running, and passing.

This commit is contained in:
Brent Simmons
2024-11-16 13:51:52 -08:00
parent 1091d63923
commit a74ee8e544
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
-- this script just tests that no error was generated from the script
try
tell application "NetNewsWire"
title of every article of feed "Six Colors" where read is true
title of every article of webfeed "Six Colors" where read is true
end tell
on error message
return {test_result:false, script_result:message}