diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a01ae7e..88f52e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,16 @@ Changelog of Pull Request Notifier for Bitbucket. ## Unreleased +### No issue + doc + + [31f2aefdac00099](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/31f2aefdac00099) Tomas Bjerre *2017-08-14 18:54:10* + +## 3.13 ### No issue PULL_REQUEST_COMMENT_ID - [52f0544250f1934](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/52f0544250f1934) Tomas Bjerre *2017-08-14 18:45:16* + [1d67435aa0d03ba](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/1d67435aa0d03ba) Tomas Bjerre *2017-08-14 18:50:43* doc diff --git a/src/test/java/se/bjurr/prnfb/service/VariablesContextTest.java b/src/test/java/se/bjurr/prnfb/service/VariablesContextTest.java index b46fe3eb..823816a0 100644 --- a/src/test/java/se/bjurr/prnfb/service/VariablesContextTest.java +++ b/src/test/java/se/bjurr/prnfb/service/VariablesContextTest.java @@ -83,8 +83,8 @@ public void testThatPullRequestCommentIsAddedToVariables() { assertThat(actual.get(PULL_REQUEST_COMMENT_TEXT).get()) // .isEqualTo("The comment"); assertThat(actual.get(PULL_REQUEST_COMMENT_ACTION).get()) // - .isEqualTo("ADDED"); + .isEqualTo("ADDED"); assertThat(actual.get(PULL_REQUEST_COMMENT_ID).get()) // - .isEqualTo("0"); + .isEqualTo("0"); } }