Skip to content

Commit

Permalink
Fix test configs (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Aug 2, 2023
1 parent 51b4b35 commit 674a1c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ tests:
"result":
"type": "run_state"
"data": { "run_finished": True }
validators:
- path: tests.integration_test.src.validators.NumpySAGResultValidator
args: { expected_result: [ [ 4, 5, 6 ], [ 7, 8, 9 ], [ 10, 11, 12 ] ] }
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tests:
"kill server",
"sleep 10",
"start server",
"sleep 1"
]
"result":
"type": "run_state"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tests:
"kill server",
"sleep 10",
"start server",
"sleep 1"
]
"result":
"type": "run_state"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tests:
"kill server",
"sleep 10",
"start server",
"sleep 1"
]
"result":
"type": "run_state"
Expand Down

0 comments on commit 674a1c6

Please sign in to comment.