-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix stream add tests #1618
Fix stream add tests #1618
Conversation
Signed-off-by: Andrew Carbonetto <[email protected]>
5da4e80
to
9e7d4eb
Compare
Long.toString(5L), | ||
"*" | ||
}))); | ||
new String[] {NO_MAKE_STREAM_REDIS_API, "id"}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THIS bracket was missing... causing only the first test to run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... And made spotless crazy once you add it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was the first sign...
Long.toString(5L), | ||
"*" | ||
}))); | ||
new String[] {NO_MAKE_STREAM_REDIS_API, "id"}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... And made spotless crazy once you add it
Signed-off-by: Andrew Carbonetto <[email protected]>
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.