Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
rename yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Nov 1, 2023
1 parent de8f57d commit 1994ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion nyx-storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ mod tests {
#[cfg_attr(miri, ignore)]
async fn get_returns_ok() {
let message_count = 500;
let test_message = b"hello guys";
let test_message = b"messssagee";

let mut storage = setup_test_storage(&function!(), test_message, message_count).await;

Expand Down

0 comments on commit 1994ccd

Please sign in to comment.