Skip to content

Commit 1c1b7d8

Browse files
jchrostek-ddclaude
andcommitted
style: fix cargo fmt line length in test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 07ede87 commit 1c1b7d8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

bottlecap/src/delegated_auth/auth_proof.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,12 @@ mod tests {
207207

208208
let result = generate_auth_proof(&creds, "us-east-1", "");
209209
assert!(result.is_err());
210-
assert!(result.expect_err("expected error for missing org UUID").to_string().contains("Missing org UUID"));
210+
assert!(
211+
result
212+
.expect_err("expected error for missing org UUID")
213+
.to_string()
214+
.contains("Missing org UUID")
215+
);
211216
}
212217

213218
#[test]

0 commit comments

Comments
 (0)