Capital disk Url

master
huangjj27 7 years ago
parent 837393b5fc
commit 06a949b9ed
  1. 2
      tests/all/build.rs

@ -244,7 +244,7 @@ fn it_format_out_dir_on_windows() {
let wasm_pack_log = utils::file::read_file(&fixture.path.join("wasm-pack.log")).unwrap();
assert!(
wasm_pack_log.contains(r"Your wasm pkg is ready to publish at c:\Users\"),
wasm_pack_log.contains(r"Your wasm pkg is ready to publish at C:\Users\"),
"directories in wasm-pack.log should be well formatted",
);
}

Loading…
Cancel
Save