Organized imports for test classes

Change-Id: I2e813769b4036be4a125f9e92c58896c1893d13f
diff --git a/src/test/java/net/onrc/onos/core/packet/LLDPOrganizationalTLVTest.java b/src/test/java/net/onrc/onos/core/packet/LLDPOrganizationalTLVTest.java
index a887038..ddb8bd5 100644
--- a/src/test/java/net/onrc/onos/core/packet/LLDPOrganizationalTLVTest.java
+++ b/src/test/java/net/onrc/onos/core/packet/LLDPOrganizationalTLVTest.java
@@ -14,15 +14,13 @@
 
 package net.onrc.onos.core.packet;
 
-import net.onrc.onos.core.packet.LLDPOrganizationalTLV;
-
-import org.junit.Test;
+import static org.hamcrest.CoreMatchers.is;
+import static org.junit.Assert.assertThat;
 
 import java.nio.ByteBuffer;
 import java.nio.charset.Charset;
 
-import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
+import org.junit.Test;
 
 public class LLDPOrganizationalTLVTest {
     private final byte[] expected = new byte[] {