Skip to content

Commit

Permalink
[CBS-24101]-Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-sukhvir committed Aug 16, 2024
1 parent de35ddb commit 5f9d15a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

import com.fasterxml.jackson.databind.ObjectMapper;

// Note: the test assumes all California authorities are set up to collect sales and use tax (270+)
public class VertexInvoicePluginApiITest extends VertexRemoteTestBase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.ImmutableMap;

public class VertexTaxCalculatorITest extends VertexRemoteTestBase {
Expand Down

0 comments on commit 5f9d15a

Please sign in to comment.