Skip to content

Commit

Permalink
ensure replicated bool is shit for valid impl test fn
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Jun 24, 2024
1 parent 917c7a0 commit e6fe362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximeter/db/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4217,7 +4217,7 @@ mod tests {
const FIRST_VERSION: u64 = 3;
for version in FIRST_VERSION..=OXIMETER_VERSION {
let upgrade_file_contents = Client::read_schema_upgrade_sql_files(
log, false, version, SCHEMA_DIR,
log, replicated, version, SCHEMA_DIR,
)
.await
.expect("failed to read schema upgrade files");
Expand Down

0 comments on commit e6fe362

Please sign in to comment.