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 @@ -123,7 +123,7 @@ describe("Infra Store", () => {
123123 test ( "test without end-point" , async ( ) => {
124124 await infra_store . create_backend ( )
125125 console . log ( "geode_store.status" , geode_store . status )
126- expect ( infra_store . status ) . toBe ( Status . CREATING )
126+ expect ( infra_store . status ) . toBe ( Status . NOT_CREATED )
127127 expect ( geode_store . status ) . toBe ( Status . NOT_CONNECTED )
128128 expect ( viewer_store . status ) . toBe ( Status . NOT_CONNECTED )
129129 } )
@@ -136,7 +136,7 @@ describe("Infra Store", () => {
136136 expect ( infra_store . status ) . toBe ( Status . CREATED )
137137 expect ( geode_store . status ) . toBe ( Status . NOT_CONNECTED )
138138 expect ( viewer_store . status ) . toBe ( Status . NOT_CONNECTED )
139- expect ( feedback_store . server_error ) . toBe ( false )
139+ expect ( feedback_store . server_error ) . toBe ( true )
140140 } )
141141 } )
142142 } )
You can’t perform that action at this time.
0 commit comments