Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
update params seek method for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
huong committed Feb 12, 2020
1 parent 5a8a422 commit 0fe08da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 0fe08da

Please sign in to comment.