Skip to content

Commit

Permalink
fix test to expect CAR with dups in dfs order
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos committed Oct 24, 2023
1 parent fde0dc0 commit bfca3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn start_daemon_and_request_cid() {

assert_eq!(
response.header("Content-Type"),
Some("application/vnd.ipld.car; version=1")
Some("application/vnd.ipld.car;version=1;order=dfs;dups=y")
);

let mut content = Vec::new();
Expand Down

0 comments on commit bfca3a9

Please sign in to comment.