Skip to content

Commit

Permalink
Fix some comments
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Oct 5, 2023
1 parent e93b194 commit 87536bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crdb-seed/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::io::Write;

// Creates a string identifier for the current DB schema and version.
//
// The goal here is to allow to create different "seed" directories
// The goal here is to allow to create different "seed" tarballs
// for each revision of the DB.
fn digest_unique_to_schema() -> String {
let schema = include_str!("../../schema/crdb/dbinit.sql");
Expand Down
4 changes: 2 additions & 2 deletions nexus/test-utils/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fn seed_tar() -> Utf8PathBuf {
seed_dir.into()
}

/// Wrapper around [`dev::test_setup_database`] which uses a a
/// seed directory provided at build-time.
/// Wrapper around [`dev::test_setup_database`] which uses a seed tarball
/// provided at build-time.
pub async fn test_setup_database(log: &Logger) -> dev::db::CockroachInstance {
let input_tar = seed_tar();
dev::test_setup_database(
Expand Down

0 comments on commit 87536bf

Please sign in to comment.