Skip to content

Commit c2cd21f

Browse files
committed
test: fix fixtures by adding context
Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
1 parent 085b2fe commit c2cd21f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/fixtures/test-from-context-does-not-discard-fields/context.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"commits": [
66
{
77
"id": "ab06a042344dbd1c4af974ef393049b44ad0ae28",
8+
"timestamp": 1649175909,
89
"message": "feature 1, breaking change in footer",
910
"body": "Body feature 1",
1011
"footers": [

.github/fixtures/test-from-context/context.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"commits": [
66
{
77
"id": "c7541276668616c136d12a9ccd87087314d66fb6",
8+
"timestamp": 1649201113,
89
"message": "add tests",
910
"body": null,
1011
"footers": [],
@@ -63,6 +64,7 @@
6364
"commits": [
6465
{
6566
"id": "ce8cecc9834e5cbdb5b4e79c8260cace3c0dd949",
67+
"timestamp": 1649201111,
6668
"message": "feat(gui): add feature 2\n",
6769
"group": null,
6870
"scope": null,
@@ -197,6 +199,7 @@
197199
"commits": [
198200
{
199201
"id": "ce8cecc9834e5cbdb5b4e79c8260cace3c0dd949",
202+
"timestamp": 1649201111,
200203
"message": "add feature 2",
201204
"body": null,
202205
"footers": [],
@@ -309,6 +312,7 @@
309312
"commits": [
310313
{
311314
"id": "c6ba7fe73c3b639ff2f934f3f98e5f50350ab463",
315+
"timestamp": 1649201108,
312316
"message": "Initial commit\n",
313317
"group": null,
314318
"scope": null,
@@ -493,6 +497,7 @@
493497
"commits": [
494498
{
495499
"id": "9c10e506bf103998e303d8164c7b4a1a841e2471",
500+
"timestamp": 1649201109,
496501
"message": "add feature 1",
497502
"body": null,
498503
"footers": [],

0 commit comments

Comments
 (0)