DATAMONGO-1578 - Add missing @Test annotation to ProjectionOperationUnitTests.
Original pull request: #398.
This commit is contained in:
committed by
Mark Paluch
parent
2674880946
commit
3924b6f12a
@@ -100,6 +100,7 @@ public class ProjectionOperationUnitTests {
|
||||
assertThat(addClause.get(1), is((Object) 41));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void arithmenticProjectionOperationWithoutAlias() {
|
||||
|
||||
String fieldName = "a";
|
||||
|
||||
Reference in New Issue
Block a user