Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new colour to tags #90

Merged
merged 4 commits into from
Oct 17, 2018
Merged

Add new colour to tags #90

merged 4 commits into from
Oct 17, 2018

Conversation

wn
Copy link

@wn wn commented Oct 16, 2018

.map(tag -> tag.value).collect(Collectors.toList());
assertEquals(expectedTags, actualCard.getTags());
expectedTags.forEach(tag ->
assertEquals(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really minor, but perhaps the indentation here can be decreased to simply 8 spaces after the line before it.

Other than this, it looks good.

@coveralls
Copy link

coveralls commented Oct 17, 2018

Pull Request Test Coverage Report for Build 235

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 92.501%

Totals Coverage Status
Change from base Build 231: 0.04%
Covered Lines: 1542
Relevant Lines: 1667

💛 - Coveralls

Copy link
Collaborator

@xantho09 xantho09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@wn wn merged commit d5b6320 into master Oct 17, 2018
@wn wn added this to the v1.2 milestone Oct 17, 2018
@wn wn deleted the change-tag-colour branch October 22, 2018 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants