зеркало из https://github.com/Azure/pykusto.git
fix dcountif test
This commit is contained in:
Родитель
c89748a976
Коммит
5c2f7faf2f
|
@ -783,7 +783,7 @@ class TestFunction(TestBase):
|
|||
|
||||
def test_dcountif(self):
|
||||
self.assertEqual(
|
||||
" | summarize dcountif(stringField, boolField, 0)",
|
||||
" | summarize dcountif(stringField, boolField, 1)",
|
||||
Query().summarize(f.dcount_if(t.stringField, t.boolField)).render()
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче