Skip to content

Commit

Permalink
[-] Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyKravtsov2016 committed Apr 10, 2023
1 parent 3207d2d commit 0a28f1d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.shtrih.util;

public class ServiceVersion {
public static final String VERSION = "694-1-g911ccfc";
public static final String VERSION = "695";
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertArrayEquals;

public class GCNGeneratorTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;

public class FSFindDocumentTests {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertArrayEquals;

public class DeviceStatusCommandTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.junit.Test;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertEquals;

public class DeviceStatusResponseTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.io.ByteArrayInputStream;
import java.io.InputStream;

import static com.shtrih.fiscalprinter.ByteUtils.byteArray;
import static com.shtrih.util.ByteUtils.byteArray;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;

Expand Down

0 comments on commit 0a28f1d

Please sign in to comment.