From 0fe08da2493a7fbe3a31bdeab7b89d40b975f652 Mon Sep 17 00:00:00 2001 From: huong Date: Wed, 12 Feb 2020 16:05:10 +0700 Subject: [PATCH] update params seek method for unit test --- export_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_test.go b/export_test.go index 00459f0..ba15cd0 100644 --- a/export_test.go +++ b/export_test.go @@ -48,7 +48,7 @@ func makeTestData(app *kintone.App) error { func TestSeekMethod(t *testing.T) { app := newApp() config.Query = "" - _, err := getRecordsForSeekMethod(app, 0) + _, err := getRecordsForSeekMethod(app, 0, nil, true) if err != nil { t.Error("TestSeekMethod is failed:", err) }