Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Oct 27, 2023
1 parent 18a84f8 commit a449d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion artemis-core/src/utils/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ mod tests {
output: String::from("gcp"),
filter_name: Some(String::new()),
filter_script: Some(String::new()),
logging: Some(String::new())
logging: Some(String::new())
};

let mock_me = server.mock(|when, then| {
Expand Down
1 change: 1 addition & 0 deletions artemis-core/tests/test_data/system/files/test.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testing!

0 comments on commit a449d91

Please sign in to comment.