Skip to content

Commit

Permalink
modified: src/test/java/zip_code_db_cli/domain/service/zip_code/ZipCo…
Browse files Browse the repository at this point in the history
…deServiceTest.java

パッケージのバージョンアップに伴う import の修正。
  • Loading branch information
JhonnyBravo committed Mar 11, 2021
1 parent 457d5d0 commit 8e3e270
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,9 +1,9 @@
package zip_code_db_cli.domain.service.zip_code;

import static org.junit.Assert.assertThat;

import static org.hamcrest.CoreMatchers.is;

import static org.hamcrest.MatcherAssert.assertThat;

import java.util.List;

import org.junit.After;
Expand Down

0 comments on commit 8e3e270

Please sign in to comment.