Skip to content

Commit 4f27ba1

Browse files
committed
Actually fix unit test
1 parent c19f61b commit 4f27ba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/collections/config/unit.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('Unit testing of the MergeWithExisting class', () => {
117117
};
118118

119119
const multiTenancyConfig: WeaviateMultiTenancyConfig = {
120-
enabled: false,
120+
enabled: true,
121121
autoTenantActivation: false,
122122
autoTenantCreation: false,
123123
};
@@ -358,6 +358,7 @@ describe('Unit testing of the MergeWithExisting class', () => {
358358
autoTenantCreation: true,
359359
});
360360
expect(merged).toEqual({
361+
enabled: true,
361362
autoTenantActivation: true,
362363
autoTenantCreation: true,
363364
});

0 commit comments

Comments
 (0)