Skip to content

Commit

Permalink
Update tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic…
Browse files Browse the repository at this point in the history
…/ExecutionDynamicTest.java

Co-Authored-By: Andy McCright <j.andrew.mccright@gmail.com>
  • Loading branch information
phillip-kruger and andymc12 committed Dec 31, 2019
1 parent 7946c3d commit de353c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ public String getContent() {
return content;
}

public boolean isSuccessfull(){
public boolean isSuccessful(){
return status==200;
}
}
}
}

0 comments on commit de353c1

Please sign in to comment.