Skip to content

Commit 688e5d2

Browse files
committed
fix: test
1 parent 37193ee commit 688e5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_cli/src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ mod test {
455455
fn termination_diagnostic_size() {
456456
assert_eq!(
457457
std::mem::size_of::<CliDiagnostic>(),
458-
80,
458+
96,
459459
"you successfully decreased the size of the diagnostic!"
460460
)
461461
}

0 commit comments

Comments
 (0)