Skip to content

Commit

Permalink
fix test dontEnableVirtualThreadsIfDisabled (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Nov 26, 2024
1 parent 4c00146 commit d870f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void dontEnableVirtualThreadsIfDisabled() {
spring:
threads:
virtual:
enabled: true
enabled: false
""",
s -> s.path("src/main/resources/application.yml")
)
Expand Down

0 comments on commit d870f3e

Please sign in to comment.