Skip to content

Commit

Permalink
Change test suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvelimir committed Jan 4, 2023
1 parent 6ac523f commit 8bdd1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ object QueryDSLSpec extends ZIOSpecDefault {
)
}
),
suite("encoding ElasticQuery containing `Match` leaf query as JSON")(
suite("encoding ElasticQuery as JSON")(
test("properly encode Match query") {
val query = matches(field = "day_of_week", value = true)
val expected =
Expand Down

0 comments on commit 8bdd1ec

Please sign in to comment.