Skip to content

Commit

Permalink
Changed detect test for new stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Sep 12, 2017
1 parent c1421c0 commit 01ac97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/detect_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ testNoDetectMissingPomFile()
{
detect

assertNoAppDetected
assertEquals "1" "${RETURN}"
}

testNoDetectPomFileAsDir()
Expand All @@ -88,5 +88,5 @@ testNoDetectPomFileAsDir()

detect

assertNoAppDetected
assertEquals "1" "${RETURN}"
}

0 comments on commit 01ac97e

Please sign in to comment.