chore(8.0): final pre-RC1 sweep — API consistency, named errors, orphans, zero-cast codebase
This commit is contained in:
parent
970e08c466
commit
1f7e365a4e
237 changed files with 1951 additions and 49413 deletions
|
|
@ -238,7 +238,7 @@ describe('Brainy 3.0 Core (Integration Tests - Real AI)', () => {
|
|||
const [alice, bob, project] = entityIds
|
||||
|
||||
// Get Alice's relationships
|
||||
const aliceRelations = await brain.getRelations({ from: alice })
|
||||
const aliceRelations = await brain.related({ from: alice })
|
||||
|
||||
expect(aliceRelations).toBeDefined()
|
||||
expect(aliceRelations.length).toBeGreaterThan(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue