Skip to content

Commit 87371a6

Browse files
algolia-botkai687
andcommitted
fix(cts): rename test (#5030) (generated) [skip ci]
Co-authored-by: Kai Welke <[email protected]>
1 parent 1a9b067 commit 87371a6

File tree

56 files changed

+154
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+154
-143
lines changed

docs/bundled/insights-snippets.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

docs/bundled/search-snippets.json

Lines changed: 22 additions & 11 deletions
Large diffs are not rendered by default.

docs/snippets/csharp/src/Insights.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public async Task SnippetForInsightsClientPushEvents1()
509509
Index = "products",
510510
UserToken = "user-123456",
511511
AuthenticatedUserToken = "user-123456",
512-
Timestamp = 1750636800000L,
512+
Timestamp = 1750896000000L,
513513
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
514514
QueryID = "43b15df305339e827f0ac0bdc5ebcaa7",
515515
}
@@ -522,7 +522,7 @@ public async Task SnippetForInsightsClientPushEvents1()
522522
Index = "products",
523523
UserToken = "user-123456",
524524
AuthenticatedUserToken = "user-123456",
525-
Timestamp = 1750636800000L,
525+
Timestamp = 1750896000000L,
526526
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
527527
}
528528
),

docs/snippets/csharp/src/Search.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9548,11 +9548,11 @@ public async Task SnippetForSearchClientSetSettings64()
95489548
/// <summary>
95499549
/// Snippet for the SetSettings method.
95509550
///
9551-
/// set_searchable_attributes
9551+
/// set_attributes_for_faceting
95529552
/// </summary>
95539553
public async Task SnippetForSearchClientSetSettings65()
95549554
{
9555-
// >SEPARATOR setSettings set_searchable_attributes
9555+
// >SEPARATOR setSettings set_attributes_for_faceting
95569556
// Initialize the client
95579557
var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));
95589558

docs/snippets/dart/lib/insights.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ void snippetForpushEvents1() async {
566566
index: "products",
567567
userToken: "user-123456",
568568
authenticatedUserToken: "user-123456",
569-
timestamp: 1750636800000,
569+
timestamp: 1750896000000,
570570
objectIDs: [
571571
"9780545139700",
572572
"9780439784542",
@@ -579,7 +579,7 @@ void snippetForpushEvents1() async {
579579
index: "products",
580580
userToken: "user-123456",
581581
authenticatedUserToken: "user-123456",
582-
timestamp: 1750636800000,
582+
timestamp: 1750896000000,
583583
objectIDs: [
584584
"9780545139700",
585585
"9780439784542",

docs/snippets/dart/lib/search.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9185,9 +9185,9 @@ void snippetForsetSettings64() async {
91859185

91869186
// Snippet for the setSettings method.
91879187
//
9188-
// set_searchable_attributes
9188+
// set_attributes_for_faceting
91899189
void snippetForsetSettings65() async {
9190-
// >SEPARATOR setSettings set_searchable_attributes
9190+
// >SEPARATOR setSettings set_attributes_for_faceting
91919191
// Initialize the client
91929192
final client =
91939193
SearchClient(appId: 'ALGOLIA_APPLICATION_ID', apiKey: 'ALGOLIA_API_KEY');

docs/snippets/go/src/insights.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/snippets/go/src/search.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/snippets/java/src/test/java/com/algolia/Insights.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ void snippetForPushEvents1() throws Exception {
490490
.setIndex("products")
491491
.setUserToken("user-123456")
492492
.setAuthenticatedUserToken("user-123456")
493-
.setTimestamp(1750636800000L)
493+
.setTimestamp(1750896000000L)
494494
.setObjectIDs(Arrays.asList("9780545139700", "9780439784542"))
495495
.setQueryID("43b15df305339e827f0ac0bdc5ebcaa7"),
496496
new ViewedObjectIDs()
@@ -499,7 +499,7 @@ void snippetForPushEvents1() throws Exception {
499499
.setIndex("products")
500500
.setUserToken("user-123456")
501501
.setAuthenticatedUserToken("user-123456")
502-
.setTimestamp(1750636800000L)
502+
.setTimestamp(1750896000000L)
503503
.setObjectIDs(Arrays.asList("9780545139700", "9780439784542"))
504504
)
505505
)

docs/snippets/java/src/test/java/com/algolia/Search.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7361,9 +7361,9 @@ void snippetForSetSettings64() throws Exception {
73617361

73627362
// Snippet for the setSettings method.
73637363
//
7364-
// set_searchable_attributes
7364+
// set_attributes_for_faceting
73657365
void snippetForSetSettings65() throws Exception {
7366-
// >SEPARATOR setSettings set_searchable_attributes
7366+
// >SEPARATOR setSettings set_attributes_for_faceting
73677367
// Initialize the client
73687368
SearchClient client = new SearchClient("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY");
73697369

0 commit comments

Comments
 (0)