Skip to content

Commit

Permalink
chore: make it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Jan 20, 2025
1 parent 5b850be commit ef02641
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import com.mongodb.jbplugin.accessadapter.ExplainPlan
import com.mongodb.jbplugin.accessadapter.MongoDbReadModelProvider
import com.mongodb.jbplugin.accessadapter.slice.ExplainQuery
import com.mongodb.jbplugin.mql.Node
import com.mongodb.jbplugin.mql.QueryContext
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Assertions.assertInstanceOf
import org.junit.jupiter.api.Test
Expand All @@ -28,6 +29,7 @@ class IndexCheckingLinterTest {
Unit,
readModelProvider,
query,
QueryContext.empty()
)

assertEquals(1, result.warnings.size)
Expand All @@ -50,6 +52,7 @@ class IndexCheckingLinterTest {
Unit,
readModelProvider,
query,
QueryContext.empty()
)

assertEquals(0, result.warnings.size)
Expand Down

0 comments on commit ef02641

Please sign in to comment.