Skip to content

Test compilation failed #183

@ifsheldon

Description

@ifsheldon

When I tried to update #125 and do a full compilation including tests, I saw this line fails to compile.

let list_files = client.files().list().await.unwrap();

The error is
image

A quick fix is

let list_files = client.files().list("").await.unwrap();

but I don't know what you want to test and I see the code came from you, so probably you can fix it yourself? @64bit

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions