Skip to content

Commit

Permalink
Merge branch 'main' into DAT-18428
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamelianovych authored Dec 18, 2024
2 parents 7655201 + a2c1f0b commit ddebc7c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class FoundationalTest extends Specification {
and: "fail test if expectedResultSet is not provided"
shouldRunChangeSet = expectedResultSet != null
assert shouldRunChangeSet: "No expectedResultSet for ${testInput.change} against " +
"${testInput.database.shortName} ${testInput.database.databaseMajorVersion}." +
"${testInput.database.databaseMinorVersion}"
"${testInput.databaseName} ${testInput.version}."

and: "check database under test is online"
def connection = testInput.database.getConnection()
Expand Down

0 comments on commit ddebc7c

Please sign in to comment.