set the right spec property key

This commit is contained in:
kbon
2025-08-25 23:12:29 -04:00
parent f822ffea21
commit 7feec406d9
+1 -1
View File
@@ -2303,7 +2303,7 @@ describe('Env integration', function() {
env.afterEach(function() { env.afterEach(function() {
env.setSpecProperty( env.setSpecProperty(
'willChangeInAfterEach', 'willChangeInAfterEach',
env.getSpecProperty('willChange') + 1 env.getSpecProperty('willChangeInAfterEach') + 1
); );
env.setSpecProperty('fromAfterEach', 'Cheese'); env.setSpecProperty('fromAfterEach', 'Cheese');
}); });