Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
d98762625 committed Nov 15, 2019
1 parent a256278 commit acc15e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bake.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("POST /bake", function() {
.send({input: "Testing, 1 2 3", recipe: {op: "to hex" }})
.expect(200)
.expect("54 65 73 74 69 6e 67 2c 20 31 20 32 20 33", done);
});
});

it("should parse a recipe in the compact JSON format taken from the CyberChef website", (done) => {
request(app)
Expand Down

0 comments on commit acc15e4

Please sign in to comment.