Rename webFeed to feed.

This commit is contained in:
Brent Simmons
2023-07-05 20:46:25 -07:00
parent 8a605b3b61
commit 771badecc6
52 changed files with 385 additions and 389 deletions

View File

@@ -1,7 +1,7 @@
-- this script just tests that no error was generated from the script
try
tell application "NetNewsWire"
exists webFeed 1 of account 1
exists feed 1 of account 1
end tell
on error message
return {test_result:false, script_result:message}