Skip to content

Commit

Permalink
#1373 fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Apr 7, 2018
1 parent cf3c5ac commit 802fe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/github/FromPopertiesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public final class FromPopertiesTest {
public void formatsUserAgent() {
MatcherAssert.assertThat(
new FromProperties("jcabigithub.properties").format(),
Matchers.startsWith("jcabi-github 1.0-SNAPSHOT")
Matchers.startsWith("jcabi-github ")
);
}

Expand Down

0 comments on commit 802fe07

Please sign in to comment.