Skip to content

Commit b4f1045

Browse files
committed
fix test
1 parent d2a8dd5 commit b4f1045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hub/src/test/scala/ai/chronon/hub/handlers/DriftHandlerTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ class DriftHandlerTest {
139139
anyString(),
140140
anyLong(),
141141
anyLong(),
142-
any[Option[String]]
142+
any[Option[String]],
143+
any[Seq[String]]
143144
)).thenReturn(Success(Future.successful(mockSummarySeries)))
144145

145146
val response = handler.getColumnSummary(request)

0 commit comments

Comments
 (0)