You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is("* @nonexistent-user # Deliberate error to test response to repo.listCodeownersErrors()\n"));
29
-
assertThat(firstError.getSuggestion(), is("make sure @nonexistent-user exists and has write access to the repository"));
29
+
assertThat(firstError.getSuggestion(),
30
+
is("make sure @nonexistent-user exists and has write access to the repository"));
30
31
assertThat(firstError.getMessage(),
31
32
is("Unknown owner on line 1: make sure @nonexistent-user exists and has write access to the repository\n\n * @nonexistent-user # Deliberate error to test response to repo.listCodeownersErrors()\n ^"));
0 commit comments