Skip to content

Commit 3a58104

Browse files
committed
fix test
1 parent 024ad63 commit 3a58104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_cli/src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ mod test {
495495
fn termination_diagnostic_size() {
496496
assert_eq!(
497497
std::mem::size_of::<CliDiagnostic>(),
498-
96,
498+
80,
499499
"you successfully decreased the size of the diagnostic!"
500500
)
501501
}

0 commit comments

Comments
 (0)