提交 12a2a3a0 编写于 作者: K Kohsuke Kawaguchi

Follow up fix to 00a221d4

The code wasn't compiling. Oops.
上级 903bf089
......@@ -110,7 +110,7 @@ public class MailSenderTest {
* list.
*/
@Test
public void testIncludeUpstreamCulprits() throws MessagingException, InterruptedException {
public void testIncludeUpstreamCulprits() throws Exception {
Collection<AbstractProject> upstreamProjects = Collections.singleton(this.upstreamProject);
MailSender sender = new MailSender("", false, false, "UTF-8", upstreamProjects);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册