Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 24, 2024
1 parent 2188989 commit 01bfdaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dsp-meta/tests/draft_schema_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fn test_json_and_toml_serialization_are_equal() {
let mut path = data_dir();
path.push("json");
path.push("sgv.json");
println!("{:?}", path);
let contents_json = fs::read_to_string(path).expect("Read JSON");
let metadata_json = serde_json::from_str::<DraftMetadata>(&*contents_json).expect("From JSON");
let contents_toml = toml::to_string(&metadata_json).expect("To TOML");
Expand Down

0 comments on commit 01bfdaf

Please sign in to comment.