Skip to content

Commit 5aa0074

Browse files
committed
prlx: fix version check test by loading the correct key
1 parent 8f24ef2 commit 5aa0074

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/prlx/version_check_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ func TestKeyID(t *testing.T) {
148148
args args
149149
want string
150150
}{
151-
{"@holiman key", args{id: extractKeyId(parallaxPubKeys[0])}, "FB1D084D39BAEC24"},
152-
{"second key", args{id: extractKeyId(parallaxPubKeys[1])}, "138B1CA303E51687"},
153-
{"third key", args{id: extractKeyId(parallaxPubKeys[2])}, "FD9813B2D2098484"},
151+
{"@andrepatta key", args{id: extractKeyId(parallaxPubKeys[0])}, "468C0DE0AD772F26"},
154152
}
155153
for _, tt := range tests {
156154
t.Run(tt.name, func(t *testing.T) {

0 commit comments

Comments
 (0)