We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1745a commit 77edc46Copy full SHA for 77edc46
test/unit/mock/objects.js
@@ -715,14 +715,13 @@ const contentTypeDiff = [{
715
title: 'Content Type 1 Title',
716
type: 'content_type',
717
status: 'compare_only'
718
- },
719
- {
720
- uid: 'content_type_uid_2',
721
- title: 'Content Type 2 Title',
722
- type: 'content_type',
723
- status: 'modified'
724
- }
725
-]
+},
+{
+ uid: 'content_type_uid_2',
+ title: 'Content Type 2 Title',
+ type: 'content_type',
+ status: 'modified'
+}]
726
727
const branchCompareAllMock = {
728
branches: {
0 commit comments