Skip to content

Commit 6f570e8

Browse files
committed
✅ CRがテストで悪さしてたので、テスト元データから消した
1 parent ad82e27 commit 6f570e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rest/__snapshots__/getCodeBlocks.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ snapshot[`getCodeBlocks() 1`] = `
6969
{
7070
created: 1672982822,
7171
id: "63b7b1261280f00000c9bc2d",
72-
text: " - インデント",
72+
text: " - インデント",
7373
updated: 1672982822,
7474
userId: "5ef2bdebb60650001e1280f0",
7575
},
@@ -233,7 +233,7 @@ snapshot[`getCodeBlocks() > filename filter 1`] = `
233233
{
234234
created: 1672982822,
235235
id: "63b7b1261280f00000c9bc2d",
236-
text: " - インデント",
236+
text: " - インデント",
237237
updated: 1672982822,
238238
userId: "5ef2bdebb60650001e1280f0",
239239
},

rest/getCodeBlocks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const sample: Line[] = [
9494
},
9595
{
9696
"id": "63b7b1261280f00000c9bc2d",
97-
"text": " - インデント\r",
97+
"text": " - インデント",
9898
"userId": "5ef2bdebb60650001e1280f0",
9999
"created": 1672982822,
100100
"updated": 1672982822,

0 commit comments

Comments
 (0)