diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-20 07:00:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-20 07:28:42 +0900 |
| commit | d2205f05fa4a2c4fe02a904da587e8c2d9534015 (patch) | |
| tree | bcc762a26b40c7a6f0e0a82d83df3b7999ea94e5 /crates | |
| parent | 1748a1e046cf6dd4ac02536c0f7fa26b3368e025 (diff) | |
| download | php-shirabe-d2205f05fa4a2c4fe02a904da587e8c2d9534015.tar.gz php-shirabe-d2205f05fa4a2c4fe02a904da587e8c2d9534015.tar.zst php-shirabe-d2205f05fa4a2c4fe02a904da587e8c2d9534015.zip | |
test(repository-manager): un-ignore test_repo_creation
The ignore reason was stale: create_repository_by_class now dispatches
every repository class this test registers, and the test passes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/shirabe/tests/repository/repository_manager_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/repository/repository_manager_test.rs b/crates/shirabe/tests/repository/repository_manager_test.rs index 2eac5265..c09145dd 100644 --- a/crates/shirabe/tests/repository/repository_manager_test.rs +++ b/crates/shirabe/tests/repository/repository_manager_test.rs @@ -90,7 +90,6 @@ fn test_prepend() { } #[test] -#[ignore = "create_repository routes to RepositoryManager::create_repository_by_class, which is todo!() (dynamic instantiation by class name not yet ported)"] fn test_repo_creation() { let SetUp { tmpdir } = set_up(); let _tear_down = TearDown::new(tmpdir.path().to_path_buf()); |
