Skip to content

Commit

Permalink
Merge pull request #1240 from atlanhq/snapshot
Browse files Browse the repository at this point in the history
Bump to latest snapshot
  • Loading branch information
cmgrote authored Jan 21, 2025
2 parents 0f7aca9 + 8560789 commit 73c91eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
GROUP=com.atlan
VERSION_NAME=4.2.2-SNAPSHOT
VERSION_NAME=4.2.3-SNAPSHOT

POM_URL=https://github.com/atlanhq/atlan-java
POM_SCM_URL=[email protected]:atlanhq/atlan-java.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class InvalidEnumTest : PackageTest("ie") {
}
assertEquals(
"""
class com.atlan.model.enums.CertificateStatus (in field certificateStatus) does not have any matching value for: CERTIFIED
No matching value found for class com.atlan.model.enums.CertificateStatus (in field certificateStatus): CERTIFIED
""".trimIndent(),
exception.message,
)
Expand Down

0 comments on commit 73c91eb

Please sign in to comment.