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.data.mongodb.core.MongoOperations;
|
||||
|
||||
|
||||
public class BaseQueryIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
|
@ -111,4 +111,3 @@ public class DSLQueryIntegrationTest extends BaseQueryIntegrationTest {
|
||||
assertThat(users.size(), is(1));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -96,4 +96,3 @@ public class JSONQueryIntegrationTest extends BaseQueryIntegrationTest {
|
||||
assertThat(users.size(), is(1));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user