Skip to content

Commit

Permalink
Tests renamed before release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSashchenko committed Nov 9, 2022
1 parent d3cd2fb commit 0662b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import org.junit.runners.Suite

@RunWith(Suite.class)
@Suite.SuiteClasses([CompatibilityTest, FoundationalTest])
abstract class CompatibilityHarnessSuite {
abstract class FoundationalHarnessSuite {
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package liquibase.harness

import liquibase.harness.config.TestConfig

class CompatibilityHarnessSuiteTest extends CompatibilityHarnessSuite {
class FoundationalHarnessSuiteTest extends FoundationalHarnessSuite {

static {
//extensions don't distribute their files. Only we store them in src/main/resources.
Expand Down

0 comments on commit 0662b7d

Please sign in to comment.