From 1a212a0f9766d5416e1a541f29fcbef00018a0e1 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 27 Jan 2025 11:02:06 +0000 Subject: [PATCH] fix(specs): add a linter to assert that type is present (generated) https://github.com/algolia/api-clients-automation/pull/4393 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- lib/algolia/models/abtesting/list_ab_tests_response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/algolia/models/abtesting/list_ab_tests_response.rb b/lib/algolia/models/abtesting/list_ab_tests_response.rb index a60d077e..9c1ca26d 100644 --- a/lib/algolia/models/abtesting/list_ab_tests_response.rb +++ b/lib/algolia/models/abtesting/list_ab_tests_response.rb @@ -8,7 +8,7 @@ module Algolia module Abtesting class ListABTestsResponse - # A/B tests. + # The list of A/B tests, null if no A/B tests are configured for this application. attr_accessor :abtests # Number of A/B tests.