Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Jul 1, 2024
1 parent aae68e0 commit bf6b334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import java.time.{LocalDateTime, ZoneOffset}
import hmda.model.filing.submission.SubmissionId
import hmda.utils.EmbeddedPostgres
import hmda.utils.YearUtils.Period
import org.scalatest.{AsyncWordSpec, MustMatchers, Tag}
import org.scalatest.{AsyncWordSpec, MustMatchers}

object CustomTag extends Tag("actions-ignore")

class SubmissionHistoryComponentSpec extends AsyncWordSpec with SubmissionHistoryComponent with EmbeddedPostgres with MustMatchers {
"SubmissionHistoryRepository" must {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.concurrent.ExecutionContext.Implicits._
import scala.concurrent.duration._
import scala.concurrent.{ Await, Future }

object CustomTag extends Tag("actions-ignore")

class PublisherComponent2018Spec
extends TestKit(ActorSystem("PublisherComponent2018Spec"))
with FreeSpecLike
Expand Down

0 comments on commit bf6b334

Please sign in to comment.