Skip to content

Commit 290d597

Browse files
committed
prl: make sure to use 'parallax-snap' in snap sync test cases
fix TestSnapSyncDisabling66 test
1 parent 0dcae1f commit 290d597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prl/sync_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ func testSnapSyncDisabling(t *testing.T, prlVer uint, snapVer uint) {
5050
}
5151
defer full.close()
5252

53-
// Sync up the two handlers via both `eth` and `snap`
54-
caps := []p2p.Cap{{Name: "parallax", Version: prlVer}, {Name: "snap", Version: snapVer}}
53+
// Sync up the two handlers via both `parallax` and `parallax-snap`
54+
caps := []p2p.Cap{{Name: "parallax", Version: prlVer}, {Name: "parallax-snap", Version: snapVer}}
5555

5656
emptyPipeEth, fullPipeEth := p2p.MsgPipe()
5757
defer emptyPipeEth.Close()

0 commit comments

Comments
 (0)