fix sonar

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
This commit is contained in:
bcmmbaga
2025-04-22 15:10:49 +03:00
parent f2e2e93bea
commit 34e74ffb8a

View File

@@ -105,5 +105,6 @@ func CreatePostgresTestContainer() (func(), string, error) {
return cleanup, talksConn, nil
}
// noOpCleanup does nothing, used when the container is reused
func noOpCleanup() {}
func noOpCleanup() {
// no-op
}