Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Sep 3, 2024
1 parent 000a7c2 commit 010094c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ assert_cmd = "2.0.16"
axum-test = "15.3.0"
fake = "2.9.2"


[[bin]]
name = "dsp-meta-server"
path = "src/main-server.rs"
Expand Down
1 change: 0 additions & 1 deletion tests/draft_schema_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use dsp_meta::domain::model::draft_model::*;
use dsp_meta::domain::model::json_schema_validator::{validate_files, SchemaVersion};
use dsp_meta::infrastructure::load_json_file_paths;


#[test]
fn test_deserialization_all_json_data() {
let json_file_paths = load_json_file_paths(&data_dir());
Expand Down

0 comments on commit 010094c

Please sign in to comment.