@Test
  public void shouldUpdateProgramProduct() throws Exception {
    programProductRepository.updateProgramProduct(programProduct);

    verify(programProductMapper).update(programProduct);
  }