summaryrefslogtreecommitdiff
path: root/spec/javascripts/diffs/store/utils_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/diffs/store/utils_spec.js')
-rw-r--r--spec/javascripts/diffs/store/utils_spec.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/javascripts/diffs/store/utils_spec.js b/spec/javascripts/diffs/store/utils_spec.js
index 6a0a69967fa..f49dee3696d 100644
--- a/spec/javascripts/diffs/store/utils_spec.js
+++ b/spec/javascripts/diffs/store/utils_spec.js
@@ -470,7 +470,6 @@ describe('DiffsStoreUtils', () => {
{
key: 'app',
path: 'app',
- truncatedPath: 'app',
name: 'app',
type: 'tree',
tree: [
@@ -482,7 +481,6 @@ describe('DiffsStoreUtils', () => {
key: 'app/index.js',
name: 'index.js',
path: 'app/index.js',
- truncatedPath: 'app/index.js',
removedLines: 10,
tempFile: false,
type: 'blob',
@@ -491,7 +489,6 @@ describe('DiffsStoreUtils', () => {
{
key: 'app/test',
path: 'app/test',
- truncatedPath: 'app/test',
name: 'test',
type: 'tree',
opened: true,
@@ -504,7 +501,6 @@ describe('DiffsStoreUtils', () => {
key: 'app/test/index.js',
name: 'index.js',
path: 'app/test/index.js',
- truncatedPath: 'app/test/index.js',
removedLines: 0,
tempFile: true,
type: 'blob',
@@ -518,7 +514,6 @@ describe('DiffsStoreUtils', () => {
key: 'app/test/filepathneedstruncating.js',
name: 'filepathneedstruncating.js',
path: 'app/test/filepathneedstruncating.js',
- truncatedPath: '...est/filepathneedstruncating.js',
removedLines: 0,
tempFile: true,
type: 'blob',
@@ -532,7 +527,6 @@ describe('DiffsStoreUtils', () => {
{
key: 'package.json',
path: 'package.json',
- truncatedPath: 'package.json',
name: 'package.json',
type: 'blob',
changed: true,