mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 01:36:46 +00:00
Add new algorithm
This commit is contained in:
17
client/internal/lazyconn/inalt/manager_test.go
Normal file
17
client/internal/lazyconn/inalt/manager_test.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package inalt
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func init() {
|
||||
// Override the ticker factory for testing
|
||||
newTicker = func(d time.Duration) Ticker {
|
||||
return newFakeTicker(d)
|
||||
}
|
||||
}
|
||||
|
||||
func TestNewManager(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user