Skip to content

Commit

Permalink
Add missing import in test input
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 17, 2024
1 parent dbb3c88 commit 966b508
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ void doesNotRenamePathVariable() {
rewriteRun(
java(
"""
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
public class UsersController {
Expand Down

0 comments on commit 966b508

Please sign in to comment.