align test err checking and logs

This commit is contained in:
Joel Wetzell
2026-03-02 20:53:00 -06:00
parent 30564523d7
commit d316147411
31 changed files with 76 additions and 62 deletions

View File

@@ -60,7 +60,7 @@ func TestGoodArtnetPacketDecode(t *testing.T) {
got, err := packetDecoder.Process(t.Context(), test.payload)
if err != nil {
t.Fatalf("artnet.packet.decode failed: %s", err)
t.Fatalf("artnet.packet.decode processing failed: %s", err)
}
//TODO(jwetzell): work out better way to compare the any/any