Skip to content

Commit

Permalink
Move test to better package
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 22, 2023
1 parent 8989acf commit 05a2500
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package com.fasterxml.jackson.core;
package com.fasterxml.jackson.core.constraints;

import org.junit.Test;

import com.fasterxml.jackson.core.StreamReadConstraints;

import static org.junit.Assert.assertEquals;

public class TestStreamReadConstraints {
public class StreamReadConstraintsDefaultsTest {
@Test
public void testOverride() {
final int numLen = 1234;
Expand Down

0 comments on commit 05a2500

Please sign in to comment.