We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7548d41 commit 89baa7cCopy full SHA for 89baa7c
dbos/utils_test.go
@@ -70,6 +70,7 @@ func setupDBOS(t *testing.T, dropDB bool, checkLeaks bool) DBOSContext {
70
71
// Register cleanup to run after test completes
72
t.Cleanup(func() {
73
+ fmt.Println("Cleaning up DBOS instance...")
74
dbosCtx.(*dbosContext).logger.Info("Cleaning up DBOS instance...")
75
if dbosCtx != nil {
76
dbosCtx.Cancel()
0 commit comments