Skip to content

Commit 89baa7c

Browse files
committed
nit
1 parent 7548d41 commit 89baa7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbos/utils_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func setupDBOS(t *testing.T, dropDB bool, checkLeaks bool) DBOSContext {
7070

7171
// Register cleanup to run after test completes
7272
t.Cleanup(func() {
73+
fmt.Println("Cleaning up DBOS instance...")
7374
dbosCtx.(*dbosContext).logger.Info("Cleaning up DBOS instance...")
7475
if dbosCtx != nil {
7576
dbosCtx.Cancel()

0 commit comments

Comments
 (0)