Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 23, 2024
1 parent 3031596 commit cadbbe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ void verifyFile(File file) throws Exception {
"getEditors",
"getEditTimestamp",
"getTeamPrefVersionHistoryEnabled",
"getShowBadge"
"getShowBadge",
"getFavorites"
);
}

Expand Down Expand Up @@ -248,7 +249,8 @@ void verifyRemoteFile(File file) throws Exception {
"getEditors",
"getEditTimestamp",
"getTeamPrefVersionHistoryEnabled",
"getShowBadge"
"getShowBadge",
"getFavorites"
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ public void stars_list() throws Exception {
"getEditors",
"getEditTimestamp",
"getTeamPrefVersionHistoryEnabled",
"getShowBadge"
"getShowBadge",
"getFavorites"
);
}

Expand Down

0 comments on commit cadbbe2

Please sign in to comment.