Don't specify SKIP_MERGEABLE for the get() call in the ChangeApi.
Change-Id: Ie9e1bc143ca263d95d66c2dee2491a4d0876135e
This commit is contained in:
		@@ -244,6 +244,9 @@ public class ChangeIT extends AbstractDaemonTest {
 | 
			
		||||
    ChangeInfo c =
 | 
			
		||||
        gApi.changes().id(triplet).get(ImmutableList.of(ListChangesOption.SKIP_MERGEABLE));
 | 
			
		||||
    assertThat(c.mergeable).isNull();
 | 
			
		||||
 | 
			
		||||
    c = gApi.changes().id(triplet).get();
 | 
			
		||||
    assertThat(c.mergeable).isTrue();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user