Add tests for count_repositories

This commit is contained in:
Max Smirnov
2022-08-22 16:12:21 +03:00
parent 7139663544
commit 3ead212fe7
4 changed files with 69 additions and 3 deletions

View File

@ -11,7 +11,7 @@ extern crate tracing;
mod cache;
pub mod config;
mod count;
pub mod count;
mod error;
mod service;
mod statics;