Skip to content

Commit

Permalink
Process Sonar pointers
Browse files Browse the repository at this point in the history
- Fix test that used incorrect construction start point
- Remove unused exception class

#2021
  • Loading branch information
smcvb committed Aug 9, 2022
1 parent 3e061c7 commit 65191b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void testDefaultShouldEnqueue() {

@Test
void testDecisionsEnqueue() {
ShouldEnqueue<Message<?>> testSubject = new ShouldEnqueue<>();
ShouldEnqueue<Message<?>> testSubject = Decisions.enqueue();

assertTrue(testSubject.shouldEnqueue());
assertFalse(testSubject.enqueueCause().isPresent());
Expand Down

0 comments on commit 65191b9

Please sign in to comment.