Formatting cleanup
This commit is contained in:
parent
759298a2bc
commit
02ba4a5605
|
@ -7,7 +7,6 @@ import org.junit.Before;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.data.mongodb.core.MongoOperations;
|
import org.springframework.data.mongodb.core.MongoOperations;
|
||||||
|
|
||||||
|
|
||||||
public class BaseQueryIntegrationTest {
|
public class BaseQueryIntegrationTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -111,4 +111,3 @@ public class DSLQueryIntegrationTest extends BaseQueryIntegrationTest {
|
||||||
assertThat(users.size(), is(1));
|
assertThat(users.size(), is(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -96,4 +96,3 @@ public class JSONQueryIntegrationTest extends BaseQueryIntegrationTest {
|
||||||
assertThat(users.size(), is(1));
|
assertThat(users.size(), is(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue