mirror of
https://github.com/go-i2p/go-i2ptunnel.git
synced 2025-12-20 15:15:52 -05:00
Refactor test files for improved readability and consistency
This commit is contained in:
@@ -109,7 +109,9 @@ func TestControllerStop(t *testing.T) {
|
||||
func TestControllerRestart(t *testing.T) {
|
||||
t.Skip("Skipping test that requires I2P router connection - known i2cp.leaseSetEncType duplicate parameter issue")
|
||||
|
||||
configFile := createTestConfig(t, "test-tcp-client", "tcpclient", "example.i2p", 8080)controller, err := NewController(configFile)
|
||||
configFile := createTestConfig(t, "test-tcp-client", "tcpclient", "example.i2p", 8080)
|
||||
|
||||
controller, err := NewController(configFile)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to create controller: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user