Skip to content

Commit

Permalink
fix: extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Aug 28, 2023
1 parent 0649254 commit d799d75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TestBackendExtension implements ServiceExtension {

@Override
public String name() {
return "Mock Data Address Endpoints for Testing";
return "Test Backend Controller";
}

@Override
Expand Down

0 comments on commit d799d75

Please sign in to comment.