File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
rust/tests/behaviour/steps Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,12 @@ pub(crate) async fn run_analyze_query(
39
39
#[ apply( generic_step) ]
40
40
#[ step( expr = r"get answers of typeql analyze query" ) ]
41
41
pub async fn get_answers_of_typeql_analyze_query ( context : & mut Context , step : & Step ) {
42
- context. cleanup_answers ( ) . await ;
43
42
context. set_analyzed ( run_analyze_query ( context. transaction ( ) , step. docstring ( ) . unwrap ( ) ) . await ) . unwrap ( ) ;
44
43
}
45
44
46
45
#[ apply( generic_step) ]
47
46
#[ step( expr = r"typeql analyze query{may_error}" ) ]
48
47
async fn typeql_analyze_query_may_error ( context : & mut Context , may_error : params:: MayError , step : & Step ) {
49
- context. cleanup_answers ( ) . await ;
50
48
let result = run_analyze_query ( context. transaction ( ) , step. docstring ( ) . unwrap ( ) ) . await ;
51
49
may_error. check ( result) ;
52
50
}
You can’t perform that action at this time.
0 commit comments