Skip to content

Commit 80d5cdf

Browse files
committed
chore: remove unwanted escape sequence
1 parent 08feab7 commit 80d5cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/VersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
public class VersionTest {
2727
@Test
2828
public void testVersion() {
29-
assertThat(Version.VERSION).matches("\\d+\\.\\d+\\.\\d.\\(?:-rc\\d)?(?:-SNAPSHOT)?");
29+
assertThat(Version.VERSION).matches("\\d+\\.\\d+\\.\\d.(?:-rc\\d)?(?:-SNAPSHOT)?");
3030

3131
assertThat(Version.VERSION).isGreaterThan("1.22.0");
3232
}

0 commit comments

Comments
 (0)