Skip to content

Commit c392ac3

Browse files
committed
minor fix
1 parent b957cad commit c392ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/api/routes/test_Fast_API__Route__Parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def get__user__id__profile_full(self, user, id):
180180
assert _.parse_route_path(get__user_id__profile) == '/get/{user}/id/profile'
181181
assert _.parse_route_path(get__user__id__profile_full) == '/get/{user}/{id}/profile-full'
182182

183-
# Test integration with Fast_API_Routes patterns
183+
# Test integration with Fast_API__Routes patterns
184184
def test_fast_api_routes_patterns(self):
185-
# Test patterns that would be used in Fast_API_Routes
185+
# Test patterns that would be used in Fast_API__Routes
186186
def status(self): # Simple route
187187
pass
188188

0 commit comments

Comments
 (0)