Skip to content

Commit

Permalink
test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 5, 2024
1 parent fd48282 commit 9450666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/com/test_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from spacepackets import PacketType
from spacepackets.ccsds import PacketId
from spacepackets.ecss import PusTelecommand, PusTelemetry
from tmtccmd.com.tcp import TcpSpacePacketsClient
from tmtccmd.com.tcp import TcpSpacepacketsClient
from tmtccmd.com.tcpip_utils import EthAddr


Expand All @@ -33,7 +33,7 @@ def setUp(self) -> None:
self.ping_reply = PusTelemetry(
service=17, subservice=2, apid=0x22, timestamp=bytes()
)
self.tcp_client = TcpSpacePacketsClient(
self.tcp_client = TcpSpacepacketsClient(
"tcp",
space_packet_ids=[self.expected_packet_id],
target_address=EthAddr.from_tuple(self.addr),
Expand Down

0 comments on commit 9450666

Please sign in to comment.