File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ios/CobraAppTest/CobraAppTestUITests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ class CobraAppTestUITests: XCTestCase {
73
73
}
74
74
}
75
75
76
-
77
76
func testProcessMessageStack( ) throws {
78
77
let cobra : Cobra = try Cobra ( accessKey: accessKey)
79
78
cobra. delete ( )
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ mod tests {
377
377
. expect ( "Pass the AccessKey in using the PV_ACCESS_KEY env variable" ) ;
378
378
379
379
let mut inner = CobraInner :: init (
380
- & access_key. as_str ( ) ,
380
+ access_key,
381
381
pv_library_path ( )
382
382
) . expect ( "Unable to create Cobra" ) ;
383
383
@@ -392,7 +392,7 @@ mod tests {
392
392
assert ! ( err. message_stack. len( ) > 0 ) ;
393
393
assert ! ( err. message_stack. len( ) < 8 ) ;
394
394
} else {
395
- assert ! ( res. unwrap( ) == true ) ;
395
+ assert ! ( res. unwrap( ) == - 1.0 ) ;
396
396
}
397
397
}
398
398
}
You can’t perform that action at this time.
0 commit comments