Skip to content

Commit

Permalink
chore: bump flake (#1222)
Browse files Browse the repository at this point in the history
* chore: bump flake

* fix: clippy
  • Loading branch information
bodymindarts authored Jan 7, 2025
1 parent e72697f commit 0d47f59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lana/app/tests/gcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async fn upload_doc() -> anyhow::Result<()> {
let _ = storage.upload(content, filename, "application/txt").await;
let res = storage._list("".to_string()).await?;

assert!(res.first().is_some());
assert!(!res.is_empty());
let count = res.len();

// generate link
Expand Down

0 comments on commit 0d47f59

Please sign in to comment.