Skip to content

Commit

Permalink
Some Lucene tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 31, 2024
1 parent ad88632 commit ca547a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/lightdb/LightDB.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ trait LightDB extends Initializable with FeatureSupport[DBFeatureKey] {
dispose().sync()
}))
// Set initialized
_ = databaseInitialized.set(true)
_ <- databaseInitialized.set(true)
} yield ()

/**
Expand Down

0 comments on commit ca547a6

Please sign in to comment.