Skip to content

Commit

Permalink
to fix build on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Zhuraulevich committed Mar 12, 2018
1 parent 4b49fe7 commit 197c3ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class InstallOperaOnMacTest extends BaseTest {

@Test
void testInstallBrowserWrong() {
thrown.expect(anyOf(isA(BuildException)), isA(NoSuchElementException))
thrown.expect(anyOf(isA(BuildException), isA(NoSuchElementException)))
thrown.expectMessage(
anyOf(
StringContains.containsString('ftp://ftp.opera.com/pub/opera/desktop/null/mac/Opera_null_Setup.dmg'),
Expand Down

0 comments on commit 197c3ad

Please sign in to comment.