From 9506cfafe29417a5c4149cf618f7e8c79d463e4e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jun 2026 02:33:21 +0900 Subject: test: un-ignore tests that now pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/repository/filesystem_repository_test.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/shirabe/tests/repository/filesystem_repository_test.rs') 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(); -- cgit v1.3.1