File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/behaviors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function itCanShort({ ctx }) {
21
21
before ( 'target contracts and users' , ( ) => {
22
22
( { CollateralShort, SynthsUSD, CollateralStateShort } = ctx . contracts ) ;
23
23
24
- user = ctx . users . someUser ;
24
+ user = ctx . users . owner ;
25
25
} ) ;
26
26
27
27
before ( 'ensure user should have sUSD' , async ( ) => {
@@ -62,7 +62,7 @@ function itCanShort({ ctx }) {
62
62
let interactionDelay ;
63
63
64
64
before ( 'skip waiting period by setting interaction delay to zero' , async ( ) => {
65
- CollateralShort = CollateralShort . connect ( ctx . users . owner ) ;
65
+ CollateralShort = CollateralShort . connect ( user ) ;
66
66
interactionDelay = await CollateralShort . interactionDelay ( ) ;
67
67
68
68
await CollateralShort . setInteractionDelay ( '0' ) ;
You can’t perform that action at this time.
0 commit comments