Commit afa0fc4
authored
Revert GlobalState caching (#4006)
Right now we have consistent test setup within the same test class, so
caching the GlobalState within the same test class doesn't leak state.
But it's not easy to guarantee this for future tests and it can easily
become a footgun. So let's revert it for now.1 parent 392103a commit afa0fc4
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
0 commit comments