File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ describe("Geode Store", async () => {
5959
6060 describe ( "base_url" , ( ) => {
6161 test ( "test is_cloud false" , ( ) => {
62- console . log ( "is_cloud" )
63- infra_store . is_cloud = false
64- console . log ( "is_cloud" )
62+ console . log ( "is_cloud" )
63+ infra_store . is_cloud = false
64+ console . log ( "is_cloud" )
6565 infra_store . domain_name = "localhost"
66- console . log ( "is_cloud" )
67- const url = geode_store . port
68- console . log ( "port" , url )
69- const url2 = geode_store . base_url
70- console . log ( "base_url" , url2 )
66+ console . log ( "is_cloud" )
67+ const url = geode_store . port
68+ console . log ( "port" , url )
69+ const url2 = geode_store . base_url
70+ console . log ( "base_url" , url2 )
7171 expect ( geode_store . base_url ) . toBe ( "http://localhost:5000" )
7272 } )
7373 test ( "test is_cloud true" , async ( ) => {
You can’t perform that action at this time.
0 commit comments