mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 12:01:27 +02:00
build: update to Go 1.18
This commit is contained in:
@@ -490,7 +490,7 @@ func TestCircuitMapPersistence(t *testing.T) {
|
||||
// Removing already-removed circuit should return an error.
|
||||
err = circuitMap.DeleteCircuits(circuit1.Incoming)
|
||||
if err != nil {
|
||||
t.Fatal("Unexpected failure when deleting already "+
|
||||
t.Fatalf("Unexpected failure when deleting already "+
|
||||
"deleted circuit: %v", err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user