Commit b2716ff
committed
test(decomposedfs): assert a space manager may disable a project space
Since #672 a space manager may disable but not purge a project space.
The "can delete (purge) project spaces" context asserts only the denial
side ("fails as a space manager" purge); the positive counterpart, that a
manager may still disable, was untested. A regression breaking manager
disable would pass the suite unnoticed.
Add the counterpart It: create a fresh project space and disable it as
the space manager, expecting success (the shared space in BeforeEach is
already disabled, so the test uses its own). Test-only, no production
change.1 parent 3d1ff52 commit b2716ff
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
206 | 217 | | |
207 | 218 | | |
208 | 219 | | |
| |||
0 commit comments