Skip to content

Commit

Permalink
chore: missing-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Feb 3, 2025
1 parent 8109c57 commit aca9425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/tests/handlers_it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
/*!
Integration tests for handlers.
*/
#[allow(clippy::question_mark_used)]
#[cfg(test)]
mod routes_its {
Expand Down
1 change: 1 addition & 0 deletions server/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
/// Handlers IT.
mod handlers_it;

0 comments on commit aca9425

Please sign in to comment.