Skip to content

Commit

Permalink
fix DriverComponentSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott committed Sep 16, 2024
1 parent 7fced2f commit 019f6d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DriverComponentSpec extends TestDriverComponentWithFlatSpecAndMatchers wit
}

val selectAllFromWorkflow =
"SELECT ID, EXTERNAL_ID, SUBMISSION_ID, STATUS, STATUS_LAST_CHANGED, ENTITY_ID, record_version, EXEC_SERVICE_KEY, EXTERNAL_ENTITY_ID FROM WORKFLOW"
"SELECT ID, EXTERNAL_ID, SUBMISSION_ID, STATUS, STATUS_LAST_CHANGED, ENTITY_ID, record_version, EXEC_SERVICE_KEY, EXTERNAL_ENTITY_ID, COST FROM WORKFLOW"

"DriverComponent" should "test concatSqlActions" in withDefaultTestDatabase {

Expand Down

0 comments on commit 019f6d8

Please sign in to comment.