Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
systay committed Feb 7, 2017
1 parent 82a362b commit 9461d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class CypherCompilerStringCacheMonitoringAcceptanceTest extends ExecutionEngineF
test("should log on cache evictions") {
// given
val logProvider = new AssertableLogProvider()
val engine = createEngine(graph)
val engine = createEngine(graph, logProvider)
val counter = new CacheCounter()
kernelMonitors.addMonitorListener(counter)
val query = "match (n:Person:Dog) return n"
Expand Down

0 comments on commit 9461d18

Please sign in to comment.