We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c58f1d commit 449ed9bCopy full SHA for 449ed9b
path_test.go
@@ -11,10 +11,11 @@ import (
11
"github.com/stretchr/testify/require"
12
)
13
14
+//nolint:lll
15
const (
- routeBlindingTestFileName = "testdata/route-blinding-test.json" //nolint:lll
16
- onionRouteBlindingTestFileName = "testdata/onion-route-blinding-test.json" //nolint:lll
17
- blindedOnionMessageOnionTestFileName = "testdata/blinded-onion-message-onion-test.json" //nolint:lll
+ routeBlindingTestFileName = "testdata/route-blinding-test.json"
+ onionRouteBlindingTestFileName = "testdata/onion-route-blinding-test.json"
18
+ blindedOnionMessageOnionTestFileName = "testdata/blinded-onion-message-onion-test.json"
19
20
21
var (
0 commit comments