Skip to content

Commit

Permalink
lint: fixes test format
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
  • Loading branch information
anthonydmays committed Mar 18, 2024
1 parent f6a369b commit d6a3143
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.codedifferently.lesson8;

import static org.assertj.core.api.Assertions.assertThat;
import static com.codedifferently.lesson8.Lesson8.LinkedListNode;
import static com.codedifferently.lesson8.Lesson8.BinaryTreeNode;
import static com.codedifferently.lesson8.Lesson8.LinkedListNode;
import static org.assertj.core.api.Assertions.assertThat;

import org.junit.jupiter.api.Test;

Expand Down Expand Up @@ -51,4 +51,4 @@ void testContainsDuplicates() {

assertThat(result).isTrue();
}
}
}

0 comments on commit d6a3143

Please sign in to comment.