Skip to content

Commit 73c91eb

Browse files
authoredJan 21, 2025
Merge pull request #1240 from atlanhq/snapshot
Bump to latest snapshot
2 parents 0f7aca9 + 8560789 commit 73c91eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
GROUP=com.atlan
3-
VERSION_NAME=4.2.2-SNAPSHOT
3+
VERSION_NAME=4.2.3-SNAPSHOT
44

55
POM_URL=https://github.com/atlanhq/atlan-java
66
POM_SCM_URL=git@github.com:atlanhq/atlan-java.git

‎samples/packages/asset-import/src/test/kotlin/com/atlan/pkg/aim/InvalidEnumTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class InvalidEnumTest : PackageTest("ie") {
7777
}
7878
assertEquals(
7979
"""
80-
class com.atlan.model.enums.CertificateStatus (in field certificateStatus) does not have any matching value for: CERTIFIED
80+
No matching value found for class com.atlan.model.enums.CertificateStatus (in field certificateStatus): CERTIFIED
8181
""".trimIndent(),
8282
exception.message,
8383
)

0 commit comments

Comments
 (0)