Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Aug 14, 2017
1 parent 7853ae6 commit a184404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

0 comments on commit a184404

Please sign in to comment.