Skip to content

add file uploader manager n stuff #14

add file uploader manager n stuff

add file uploader manager n stuff #14

GitHub Actions / status check - jest test results failed Mar 12, 2024 in 0s

Jest Test Results

This test run completed at Tue, 12 Mar 2024 05:52:33 GMT

Details

Jest Test Results

Generic badge

Duration: 6.07 seconds
Start: 2024-03-12 05:52:27.419 UTC
Finish: 2024-03-12 05:52:33.489 UTC
Duration: 6.07 seconds
Outcome: Failed | Total Tests: 87 | Passed: 86 | Failed: 1
Total Test Suites: 6
Total Tests: 87
Failed Test Suites: 1
Failed Tests: 1
Passed Test Suites: 5
Passed Tests: 86
❌ ShinkaiMessageBuilder pre-made methods should create a files inbox with symmetric key
Title: should create a files inbox with symmetric key
Status: failed
Location: [object Object]
Failure Messages:
InboxNameError: Invalid inbox name format: inbox::@@receiver.shinkai::@@sender_subidentity.shinkai/@@sender.shinkai::false
    at Function.parseInboxName (/home/runner/work/shinkai-typescript-lib/shinkai-typescript-lib/src/schemas/inbox_name.ts:44:17)
    at Function.getRegularInboxNameFromParams (/home/runner/work/shinkai-typescript-lib/shinkai-typescript-lib/src/schemas/inbox_name.ts:128:22)
    at ShinkaiMessageBuilder.build (/home/runner/work/shinkai-typescript-lib/shinkai-typescript-lib/src/shinkai_message_builder/shinkai_message_builder.ts:364:38)
    at Function.createFilesInboxWithSymKey (/home/runner/work/shinkai-typescript-lib/shinkai-typescript-lib/src/shinkai_message_builder/shinkai_message_builder.ts:823:8)
    at Object. (/home/runner/work/shinkai-typescript-lib/shinkai-typescript-lib/tests/shinkai_messsage_builder.test.ts:765:49)