File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ mod test {
263263 assert ! ( run_result. test_results[ 0 ] . points. contains( & "1.2" . into( ) ) ) ;
264264 assert ! ( run_result. test_results[ 0 ] . points. contains( & "2.2" . into( ) ) ) ;
265265 assert ! ( run_result. test_results[ 0 ] . message. starts_with( "'a' != 'b'" ) ) ;
266- assert ! ( run_result. test_results[ 0 ] . exception. is_empty( ) ) ;
266+ assert ! ( ! run_result. test_results[ 0 ] . exception. is_empty( ) ) ;
267267 assert_eq ! ( run_result. test_results. len( ) , 1 ) ;
268268 assert ! ( run_result. logs. is_empty( ) ) ;
269269
@@ -282,7 +282,7 @@ mod test {
282282 run_result. test_results[ 0 ] . message,
283283 "name 'doSomethingIllegal' is not defined"
284284 ) ;
285- assert ! ( run_result. test_results[ 0 ] . exception. is_empty( ) ) ;
285+ assert ! ( ! run_result. test_results[ 0 ] . exception. is_empty( ) ) ;
286286 assert_eq ! ( run_result. test_results. len( ) , 1 ) ;
287287 assert ! ( run_result. logs. is_empty( ) ) ;
288288 }
You can’t perform that action at this time.
0 commit comments