Skip to content

Commit

Permalink
fix BQ CdkImportTest
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaxyin committed Oct 9, 2023
1 parent 89475c9 commit 3c7bc10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ class CdkImportTest {
*/
@Test
void cdkVersionShouldMatch() {
assertEquals("0.1.4", CDKConstants.VERSION.replace("-SNAPSHOT", ""));
assertEquals("0.1.5", CDKConstants.VERSION.replace("-SNAPSHOT", ""));
}

}

0 comments on commit 3c7bc10

Please sign in to comment.