Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.
/ justify Public archive
forked from leadpony/justify

Commit

Permalink
Remove AJV from official test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
João Campos committed Jan 14, 2020
1 parent fffabab commit b8a8e66
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* @author leadpony
*/
@Spec(SpecVersion.DRAFT_07)
@Spec(SpecVersion.AJV_EXTENSION_PROPOSAL)
public class Draft07NegatedOfficialTest extends AbstractOfficialTest {

public static Stream<Fixture> mandatory() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* @author leadpony
*/
@Spec(SpecVersion.DRAFT_07)
@Spec(SpecVersion.AJV_EXTENSION_PROPOSAL)
public class Draft07OfficialTest extends AbstractOfficialTest {

private static final String[] MANDATORY = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* @author leadpony
*/
@Spec(SpecVersion.DRAFT_07)
@Spec(SpecVersion.AJV_EXTENSION_PROPOSAL)
public class Draft07UnofficialTest extends AbstractOfficialTest {

private static final String[] MANDATORY = {
Expand Down

0 comments on commit b8a8e66

Please sign in to comment.