Skip to content

Commit e44848d

Browse files
committed
Solana. Fixed tests
1 parent 4429cfb commit e44848d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/solana/test/ha-nodes-stack.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ describe("SolanaHANodesStack", () => {
4747
"Description": "allow all TCP P2P protocols (gossip, turbine, repair, etc)",
4848
"FromPort": 8800,
4949
"IpProtocol": "tcp",
50-
"ToPort": 8814
50+
"ToPort": 8816
5151
},
5252
{
5353
"CidrIp": "0.0.0.0/0",
5454
"Description": "allow all UDP P2P protocols (gossip, turbine, repair, etc)",
5555
"FromPort": 8800,
5656
"IpProtocol": "udp",
57-
"ToPort": 8814
57+
"ToPort": 8816
5858
},
5959
{
6060
"CidrIp": "1.2.3.4/5",

lib/solana/test/single-node-stack.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ describe("SolanaSingleNodeStack", () => {
4747
"Description": "allow all TCP P2P protocols (gossip, turbine, repair, etc)",
4848
"FromPort": 8800,
4949
"IpProtocol": "tcp",
50-
"ToPort": 8814
50+
"ToPort": 8816
5151
},
5252
{
5353
"CidrIp": "0.0.0.0/0",
5454
"Description": "allow all UDP P2P protocols (gossip, turbine, repair, etc)",
5555
"FromPort": 8800,
5656
"IpProtocol": "udp",
57-
"ToPort": 8814
57+
"ToPort": 8816
5858
},
5959
{
6060
"CidrIp": "1.2.3.4/5",

0 commit comments

Comments
 (0)