Skip to content

Commit 94c89ee

Browse files
committed
Fix line length in EditorLauncherTest
1 parent 380fcc7 commit 94c89ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/src/main/java/org/wordpress/android/ui/posts/EditorLauncherParams.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ data class EditorLauncherParams(
3737
val promptId: Int? = null,
3838
val entryPoint: EntryPoint? = null
3939
) {
40-
4140
/**
4241
* Java-friendly builder pattern for EditorLauncherParams.
4342
*/

WordPress/src/test/java/org/wordpress/android/ui/posts/EditorLauncherTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class EditorLauncherTest {
2222
"loadAutoSaveRevision", // -> EditPostActivityConstants.EXTRA_LOAD_AUTO_SAVE_REVISION
2323
"isQuickPress", // -> EditPostActivityConstants.EXTRA_IS_QUICKPRESS
2424
"isLandingEditor", // -> EditPostActivityConstants.EXTRA_IS_LANDING_EDITOR
25-
"isLandingEditorOpenedForNewSite", // -> EditPostActivityConstants.EXTRA_IS_LANDING_EDITOR_OPENED_FOR_NEW_SITE
25+
"isLandingEditorOpenedForNewSite", // -> EditPostActivityConstants
26+
// .EXTRA_IS_LANDING_EDITOR_OPENED_FOR_NEW_SITE
2627

2728
// addReblogExtras()
2829
"reblogPostTitle", // -> EditPostActivityConstants.EXTRA_REBLOG_POST_TITLE

0 commit comments

Comments
 (0)