aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository/filesystem_repository_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/repository/filesystem_repository_test.rs')
-rw-r--r--crates/shirabe/tests/repository/filesystem_repository_test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/repository/filesystem_repository_test.rs b/crates/shirabe/tests/repository/filesystem_repository_test.rs
index ae6e4ef..1914927 100644
--- a/crates/shirabe/tests/repository/filesystem_repository_test.rs
+++ b/crates/shirabe/tests/repository/filesystem_repository_test.rs
@@ -24,7 +24,6 @@ fn create_temp_json_file(contents: &str) -> String {
path.to_str().unwrap().to_string()
}
-#[ignore]
#[test]
fn test_repository_read() {
let path = create_temp_json_file(
@@ -60,7 +59,6 @@ fn test_corrupted_repository_file() {
);
}
-#[ignore]
#[test]
fn test_unexistent_repository_file() {
let mut path = std::env::temp_dir();