Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
keenkeystrokes authored Dec 10, 2024
1 parent 00074de commit 9381354
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.junit.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThrows;

//NOTE: conversion tests can be found in the pure-test module. Tests here are to ensure the java->pure flow e2e.
Expand Down Expand Up @@ -136,4 +137,4 @@ private static Function<PureModel, RichIterable<? extends Root_meta_pure_extensi
{
return (p) -> PureCoreExtensionLoader.extensions().flatCollect(e -> e.extraPureCoreExtensions(p.getExecutionSupport()));
}
}
}

0 comments on commit 9381354

Please sign in to comment.