Skip to content

Commit 6e98657

Browse files
committed
Convert another integer into a StatusCode
1 parent dbeac1b commit 6e98657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ mod tests {
247247
.ok()
248248
.expect("No body");
249249

250-
assert_eq!(response.status(), 304);
250+
assert_eq!(response.status(), StatusCode::NOT_FOUND);
251251
assert_eq!(body, b"");
252252
}
253253

0 commit comments

Comments
 (0)