@@ -34,7 +34,7 @@ describe('spaces:info', function () {
3434 Data CIDR: ${ space . data_cidr }
3535 State: ${ space . state }
3636 Shield: off
37- Generation: ${ space . generation }
37+ Generation: ${ space . generation . name }
3838 Created at: ${ space . created_at }
3939 ` ) )
4040 } )
@@ -74,7 +74,7 @@ describe('spaces:info', function () {
7474 State: ${ space . state }
7575 Shield: off
7676 Outbound IPs: 123.456.789.123
77- Generation: ${ space . generation }
77+ Generation: ${ space . generation . name }
7878 Created at: ${ space . created_at }
7979 ` ) )
8080 } )
@@ -101,7 +101,7 @@ describe('spaces:info', function () {
101101 State: ${ space . state }
102102 Shield: off
103103 Outbound IPs: disabled
104- Generation: ${ space . generation }
104+ Generation: ${ space . generation . name }
105105 Created at: ${ space . created_at }
106106 ` ) )
107107 } )
@@ -124,7 +124,7 @@ describe('spaces:info', function () {
124124 Data CIDR: ${ space . data_cidr }
125125 State: ${ space . state }
126126 Shield: off
127- Generation: ${ space . generation }
127+ Generation: ${ space . generation . name }
128128 Created at: ${ space . created_at }
129129 ` ) )
130130 } )
@@ -147,7 +147,7 @@ describe('spaces:info', function () {
147147 Data CIDR: ${ shieldSpace . data_cidr }
148148 State: ${ shieldSpace . state }
149149 Shield: on
150- Generation: ${ space . generation }
150+ Generation: ${ space . generation . name }
151151 Created at: ${ shieldSpace . created_at }
152152 ` ) )
153153 } )
@@ -169,7 +169,7 @@ describe('spaces:info', function () {
169169 Data CIDR: ${ space . data_cidr }
170170 State: ${ space . state }
171171 Shield: off
172- Generation: ${ space . generation }
172+ Generation: ${ space . generation . name }
173173 Created at: ${ space . created_at }
174174 ` ) )
175175 } )
0 commit comments