File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ mod test {
263
263
assert ! ( run_result. test_results[ 0 ] . points. contains( & "1.2" . into( ) ) ) ;
264
264
assert ! ( run_result. test_results[ 0 ] . points. contains( & "2.2" . into( ) ) ) ;
265
265
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( ) ) ;
267
267
assert_eq ! ( run_result. test_results. len( ) , 1 ) ;
268
268
assert ! ( run_result. logs. is_empty( ) ) ;
269
269
@@ -282,7 +282,7 @@ mod test {
282
282
run_result. test_results[ 0 ] . message,
283
283
"name 'doSomethingIllegal' is not defined"
284
284
) ;
285
- assert ! ( run_result. test_results[ 0 ] . exception. is_empty( ) ) ;
285
+ assert ! ( ! run_result. test_results[ 0 ] . exception. is_empty( ) ) ;
286
286
assert_eq ! ( run_result. test_results. len( ) , 1 ) ;
287
287
assert ! ( run_result. logs. is_empty( ) ) ;
288
288
}
You can’t perform that action at this time.
0 commit comments