Skip to content

Commit 9a75b57

Browse files
committed
Fix one stray @test in DriverConformanceTest
1 parent 7dba5ca commit 9a75b57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bosk-testing/src/main/java/works/bosk/testing/drivers/DriverConformanceTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import java.util.stream.Stream;
1515
import org.junit.jupiter.api.MethodOrderer;
1616
import org.junit.jupiter.api.Order;
17-
import org.junit.jupiter.api.Test;
1817
import org.junit.jupiter.api.TestMethodOrder;
1918
import org.slf4j.Logger;
2019
import org.slf4j.LoggerFactory;
@@ -380,7 +379,7 @@ void deleteFields_fails(@EnclosingCatalog Path enclosingCatalogPath) throws Inva
380379
}
381380
}
382381

383-
@Test
382+
@InjectedTest
384383
void optional() throws InvalidTypeException {
385384
Reference<TestValues> ref = initializeBoskWithBlankValues(Path.just(TestEntity.Fields.catalog));
386385
assertCorrectBoskContents();

0 commit comments

Comments
 (0)