Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Feb 15, 2024
1 parent afb1faf commit ee50ddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ object TriplestoreServiceInMemorySpec extends ZIOSpecDefault {
}
),
suite("insertDataIntoTriplestore")(
test("given an empty list insertDataIntoTriplestore will insert the defauls") {
test("given an empty list insertDataIntoTriplestore will insert the defaults") {
for {
_ <- TriplestoreService.insertDataIntoTriplestore(List.empty, prependDefaults = true)
ds <- ZIO.serviceWithZIO[Ref[Dataset]](_.get)
Expand Down

0 comments on commit ee50ddd

Please sign in to comment.