Skip to content

Commit

Permalink
fix: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Nov 1, 2023
1 parent dce18cf commit d718299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/twilio/oai/TwilioGeneratorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public static void setUp() {

@Test
public void launchGenerator() {
// final String pathname = "examples/spec/twilio_api_v2010.yaml";
final String pathname = "examples/twilio_messaging_bulk_v1.yaml";
final String pathname = "examples/spec/twilio_api_v2010.yaml";
// final String pathname = "examples/twilio_messaging_bulk_v1.yaml";
File filesList[] ;
File directoryPath = new File(pathname);
if (directoryPath.isDirectory()) {
Expand Down

0 comments on commit d718299

Please sign in to comment.