Skip to content

Commit

Permalink
Fix integration test aligned to changes
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Jan 21, 2025
1 parent fdc55f0 commit 3000e24
Showing 1 changed file with 1 addition and 1 deletion.
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 3000e24

Please sign in to comment.