DATAMONGO-1578 - Add missing @Test annotation to ProjectionOperationUnitTests.
Original pull request: #398.
This commit is contained in:
committed by
Mark Paluch
parent
97a03d824a
commit
9f3319928b
@@ -114,6 +114,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