mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 09:46:40 +00:00
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user