Skip to content

Commit

Permalink
Merge 8aa31ff into 24c17c0
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jun 20, 2024
2 parents 24c17c0 + 8aa31ff commit 4c7fe32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions step.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,5 @@ func (s *step) notYetDetectedRunner() bool {
s.cdpRunner == nil &&
s.sshRunner == nil &&
s.execRunner == nil &&
s.testRunner == nil &&
s.dumpRunner == nil &&
s.bindRunner == nil &&
s.includeRunner == nil
len(s.runnerValues) > 0
}
3 changes: 1 addition & 2 deletions testdata/book/runner_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ steps:
-
db:
query: SELECT * FROM users;
-
test: 'steps[2].rows[0].username == "alice"'
test: 'current.rows[0].username == "alice"'

0 comments on commit 4c7fe32

Please sign in to comment.