Skip to content
Snippets Groups Projects

feat: Update to latest common release + fix broken tests

All threads resolved!
2 files
+ 17
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -150,4 +150,20 @@ public class MockProfileAPI implements ProfileAPI {
return results;
}
/*
* This endpoint is not used by this application
*/
@Override
public EfUser getUserByEfUsername(String token, String username) {
throw new UnsupportedOperationException("Unimplemented method 'getUserByEfUsername'");
}
/*
* This endpoint is not used by this application
*/
@Override
public EfUser getUserByGithubHandle(String token, String handle) {
throw new UnsupportedOperationException("Unimplemented method 'getUserByGithubHandle'");
}
}
Loading