Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Dec 14, 2023
1 parent 4ee9ba3 commit b5fd95b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UnitTests/Sources/ComposerToolbarViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ class ComposerToolbarViewModelTests: XCTestCase {
}

func testHandleKeyCommand() {
XCTAssertTrue(viewModel.handleKeyCommand(.enter))
XCTAssertFalse(viewModel.handleKeyCommand(.shiftEnter))
XCTAssertTrue(viewModel.keyCommands.count == 1)
}

func testComposerFocusAfterEnablingRTE() {
Expand Down

0 comments on commit b5fd95b

Please sign in to comment.