Skip to content

Commit

Permalink
refactor: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Feb 12, 2024
1 parent b9f08c8 commit 3e0851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grovedb/tests/secondary_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use grovedb::GroveDb;
use tempfile::TempDir;

#[test]
fn test_some_functionality() {
fn test_replicating_aux_data_to_secondary_database() {
let primary_dir = TempDir::new().expect("should create temp dir");

let primary_grovedb = GroveDb::open(primary_dir.path()).expect("should open grovedb");
Expand Down

0 comments on commit 3e0851d

Please sign in to comment.