Skip to content

Commit 9a70b42

Browse files
committed
Fix integration tests.
1 parent e46edc2 commit 9a70b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration_expectations_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestSearchIntegration(t *testing.T) {
3030
ExecuteFunc: client.Search,
3131
ValidateFunc: func(resp *listennotes.Response, respErr error) error {
3232
expectNoError(respErr)
33-
expectData(resp, "took", 0.133)
33+
expectData(resp, "took", 0.203)
3434
expectCollection(resp, "results", 10)
3535
return nil
3636
},
@@ -44,7 +44,7 @@ func TestSearchIntegration(t *testing.T) {
4444
ExecuteFunc: client.Search,
4545
ValidateFunc: func(resp *listennotes.Response, respErr error) error {
4646
expectNoError(respErr)
47-
expectData(resp, "took", 0.133)
47+
expectData(resp, "took", 0.203)
4848
expectCollection(resp, "results", 10)
4949
return nil
5050
},
@@ -234,7 +234,7 @@ func TestSearchIntegration(t *testing.T) {
234234
ExecuteFunc: client.JustListen,
235235
ValidateFunc: func(resp *listennotes.Response, respErr error) error {
236236
expectNoError(respErr)
237-
expectData(resp, "title", "69 Gifts of the Wyrd: Irisanya Moon - The Norns")
237+
expectData(resp, "title", "The Content Marketing Game Changer: How Copywriting Drives Results")
238238
return nil
239239
},
240240
},

0 commit comments

Comments
 (0)