Skip to content

Commit

Permalink
rename mint module tests to enable more granular runs
Browse files Browse the repository at this point in the history
  • Loading branch information
vnprc committed Aug 6, 2024
1 parent cd2b07f commit 743e3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cdk/src/mint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ mod tests {
use super::*;

#[test]
fn test_generate_keyset_from_seed() {
fn mint_mod_generate_keyset_from_seed() {
let seed = "test_seed".as_bytes();
let secp256k1 = Secp256k1::new();

Expand Down Expand Up @@ -1335,7 +1335,7 @@ mod tests {
use cdk_database::mint_memory::MintMemoryDatabase;

#[tokio::test]
async fn test_new_mint() {
async fn mint_mod_new_mint() {
// mock DB settings
let active_keysets: HashMap<CurrencyUnit, Id> = HashMap::new();
let keysets: Vec<MintKeySetInfo> = Vec::new();
Expand Down

0 comments on commit 743e3db

Please sign in to comment.