Skip to content

Commit ac68deb

Browse files
authored
Merge pull request #41 from matchews/codex/edit-udpresponsetest-to-remove-duplicate-variable
fix: remove duplicate messageId declaration
2 parents 818b281 + 4575f13 commit ac68deb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • bundles/org.openhab.binding.haywardomnilogiclocal/src/test/java/org/openhab/binding/haywardomnilogiclocal/internal/net

bundles/org.openhab.binding.haywardomnilogiclocal/src/test/java/org/openhab/binding/haywardomnilogiclocal/internal/net/UdpResponseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public class UdpResponseTest {
2222
public void fromBytesShouldParseHeaderAndXml() throws Exception {
2323
int messageId = 0x01020304;
2424
int messageType = 1004;
25-
int messageId = 0x01020304;
2625
byte[] xmlBytes = RESPONSE_XML.getBytes(StandardCharsets.UTF_8);
2726
ByteArrayOutputStream baos = new ByteArrayOutputStream();
2827
try (DeflaterOutputStream deflater = new DeflaterOutputStream(baos)) {

0 commit comments

Comments
 (0)