Skip to content

Commit

Permalink
Fix another minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Aug 9, 2023
1 parent 9aceea7 commit 5198188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/artnet/ArtNetNodeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ void ArtNetNodeTest::testBroadcastSendDMX() {
OLA_ASSERT_FALSE(node.SendDMX(4, dmx));
}

{ // attempt to send an empty fram
{ // attempt to send an empty frame
SocketVerifier verifier(m_socket);
DmxBuffer empty_buffer;
OLA_ASSERT(node.SendDMX(m_port_id, empty_buffer));
Expand Down

0 comments on commit 5198188

Please sign in to comment.