Skip to content

Commit acc15e4

Browse files
committed
fix linting error
1 parent a256278 commit acc15e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bake.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe("POST /bake", function() {
7878
.send({input: "Testing, 1 2 3", recipe: {op: "to hex" }})
7979
.expect(200)
8080
.expect("54 65 73 74 69 6e 67 2c 20 31 20 32 20 33", done);
81-
});
81+
});
8282

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

0 commit comments

Comments
 (0)