Skip to content

Commit 7a79f91

Browse files
committed
activate test
1 parent 5d58e61 commit 7a79f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Gren.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ describe("Gren", () => {
491491
assert.isString(gren._generateCommitsBody(true), "Passing true");
492492
});
493493

494-
xit("Should not return the last message", () => {
494+
it("Should return the last message", () => {
495495
assert.deepEqual(
496496
gren._generateCommitsBody([
497497
{

0 commit comments

Comments
 (0)