Skip to content

Commit

Permalink
minor in test
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisPanagiotas committed Nov 2, 2023
1 parent 5a0e175 commit 7bde22e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions algo/src/test/java/org/neo4j/gds/kmeans/KmeansTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,8 @@ void shouldThrowForMissingProperty(String property) {
.k(2)
.build();
var kmeansContext = ImmutableKmeansContext.builder().build();
var kmeans =

assertThatThrownBy(
assertThatThrownBy(
() -> Kmeans.createKmeans(
graph,
kmeansConfig,
Expand Down

0 comments on commit 7bde22e

Please sign in to comment.