Skip to content

Commit

Permalink
Better
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Oct 9, 2024
1 parent 4222ecc commit 11e20d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration_tests/mongo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
logger.Fatal("Types test failed", slog.Any("err", err))
}

slog.Info("Test succeeded")
slog.Info("Test succeeded 😎")
}

func readTable(db *mongo.Database, collection config.Collection, cfg config.MongoDB) ([]lib.RawMessage, error) {
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/mysql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
logger.Fatal("Scan test failed", slog.Any("err", err))
}

slog.Info("Test succeeded")
slog.Info("Test succeeded 😎")
}

func readTable(db *sql.DB, dbName, tableName string, batchSize int) ([]lib.RawMessage, error) {
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/postgres/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
logger.Fatal("Primary key types test failed", slog.Any("err", err))
}

slog.Info("Test succeeded")
slog.Info("Test succeeded 😎")
}

func readTable(db *sql.DB, tableName string, batchSize int) ([]lib.RawMessage, error) {
Expand Down

0 comments on commit 11e20d7

Please sign in to comment.