Skip to content

Commit 36f7fdb

Browse files
Fix tests names
1 parent f03c5c0 commit 36f7fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Saturn.UnitTests/EndpointControllerTests.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ let diController = controller {
305305
[<Tests>]
306306
let automaticDiTest =
307307
let responseTestCase = responseEndpointTestCase (hostFromController diController)
308-
testList "Controller automatic DI" [
308+
testList "Endpoint Controller automatic DI" [
309309
testCase "can inject record" <|
310310
responseTestCase "GET" "/" "2"
311311

@@ -351,7 +351,7 @@ let diRouter = router {
351351
[<Tests>]
352352
let routerDiTest =
353353
let responseTestCase = responseEndpointTestCase (hostFromController diRouter)
354-
testList "Router automatic DI" [
354+
testList "Endpoint Router automatic DI" [
355355
testCase "can inject record" <|
356356
responseTestCase "GET" "/" "2"
357357

0 commit comments

Comments
 (0)