Skip to content

Commit

Permalink
Update BaseTestSuite.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Jan 18, 2025
1 parent 49e625a commit 07c81a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/source/rooibos/BaseTestSuite.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ namespace rooibos
m.isDoneCalled = true
deferred = m.currentGroup?.currentTest?.deferred
if rooibos.promises.isPromise(deferred)
rooibos.promises.resolve(true, m.currentGroup.currentTest.deferred)
rooibos.promises.resolve(true, deferred)
end if
else
rooibos.common.logWarning("extra done call after test is done! Did you properly clean up your observers?")
Expand Down

0 comments on commit 07c81a3

Please sign in to comment.