Skip to content

Commit a559b95

Browse files
authored
4.0.0 beta (#3348)
* LiteCore 4.0.0-28 * CBL-6441
1 parent eadb932 commit a559b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Objective-C/Tests/UnnestArrayIndexTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ - (void) testArrayIndexConfigInvalidExpressions {
6666
5. Get info of the index named "contacts" using an internal API and check that the index has path and expressions as configured.
6767
*/
6868

69-
- (void) _testCreateArrayIndexWithPath {
69+
- (void) testCreateArrayIndexWithPath {
7070
NSError* err;
7171
CBLCollection* profiles = [self.db createCollectionWithName: @"profiles" scope: nil error: &err];
7272
[self loadJSONResource: @"profiles_100" toCollection: profiles];

Swift/Tests/UnnestArrayTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class UnnestArrayTest: CBLTestCase {
5252
/// 3. Create an array index named "contacts" in the profiles collection.
5353
/// 4. Get index names from the profiles collection and check that the index named "contacts" exists.
5454
/// 5. Get info of the index named "contacts" using an internal API and check that the index has path and expressions as configured.
55-
func _testCreateArrayIndexWithPath() throws {
55+
func testCreateArrayIndexWithPath() throws {
5656
let profiles = try db.createCollection(name: "profiles")
5757
try loadJSONResource("profiles_100", collection: profiles)
5858
let config = ArrayIndexConfiguration(path: "contacts")

0 commit comments

Comments
 (0)