Commit b032b30 1 parent 2e61f6f commit b032b30 Copy full SHA for b032b30
File tree 2 files changed +4
-1
lines changed
editor/src/test/java/com/canopas/editor/quilltextmanager
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
java-version : 17.0.6
14
14
cache : ' gradle'
15
15
distribution : adopt
16
+ - name : Run Tests
17
+ run : ./gradlew test
16
18
- name : Build with Gradle
17
19
run : ./gradlew build
Original file line number Diff line number Diff line change @@ -282,7 +282,8 @@ class QuillTextManagerTest {
282
282
Assert .assertTrue(quillEditorState.manager.quillTextSpans[0 ].style.contains(TextSpanStyle .BoldStyle ))
283
283
Assert .assertTrue(quillEditorState.manager.quillTextSpans[0 ].style.contains(TextSpanStyle .H1Style ))
284
284
Assert .assertFalse(quillEditorState.manager.quillTextSpans[1 ].style.contains(TextSpanStyle .H1Style ))
285
- Assert .assertTrue(quillEditorState.manager.quillTextSpans[1 ].style.contains(TextSpanStyle .BoldStyle ))
285
+ // Making false For testing
286
+ Assert .assertFalse(quillEditorState.manager.quillTextSpans[1 ].style.contains(TextSpanStyle .BoldStyle ))
286
287
}
287
288
288
289
@Test
You can’t perform that action at this time.
0 commit comments