From 5460ed22621976b0d77a1965c6857dd50971d24e Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 21:59:24 +0000 Subject: [PATCH] Add mockapi source files and tests --- tests/unit/test_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_validator.py b/tests/unit/test_validator.py index 2681628..aacc472 100644 --- a/tests/unit/test_validator.py +++ b/tests/unit/test_validator.py @@ -86,4 +86,4 @@ class TestOpenAPIValidator: schemas = validator.get_all_schemas() assert len(schemas) == 2 assert "User" in schemas - assert "Product" in schemas \ No newline at end of file + assert "Product" in schemas