Skip to content

Commit

Permalink
Oops, removed debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jcward committed Jul 23, 2018
1 parent d5bec33 commit 00eb2f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/buddy/tests/issues/Issue30.hx
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ query GetContentsByID($$id: ID) {
it("The HaxeGenerator should generate Haxe...", {
var result = graphql.HaxeGenerator.parse(parser.document);
haxe_code = result.stdout;
Main.print(haxe_code);
});

it("...and the OP_GetContentsByID_InnerResult__ext_content_data, should exist...", {
var result = Main.find_type_in_code(haxe_code, 'abstract OP_GetContentsByID_InnerResult__ext_content_data(Dynamic) {');
Main.print(result, Main.Color.RED);
result.split(':from').length.should.be(3);
});
});
Expand Down

0 comments on commit 00eb2f6

Please sign in to comment.