Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jul 17, 2023
1 parent daedc96 commit 47066b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UnitTests/Sources/RoomMemberDetailsViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class RoomMemberDetailsViewModelTests: XCTestCase {
XCTAssertEqual(states, [false, true, false])
XCTAssertNotNil(context.alertInfo)
XCTAssertFalse(context.viewState.details.isIgnored)
try await Task.sleep( for: .microseconds(100))
try await Task.sleep(for: .microseconds(100))
XCTAssertFalse(roomProxyMock.updateMembersCalled)
}

Expand All @@ -98,8 +98,8 @@ class RoomMemberDetailsViewModelTests: XCTestCase {
return .success(())
}
viewModel = RoomMemberDetailsScreenViewModel(roomProxy: roomProxyMock,
roomMemberProxy: roomMemberProxyMock,
mediaProvider: MockMediaProvider())
roomMemberProxy: roomMemberProxyMock,
mediaProvider: MockMediaProvider())

context.send(viewAction: .showUnignoreAlert)
XCTAssertEqual(context.ignoreUserAlert, .init(action: .unignore))
Expand Down

0 comments on commit 47066b2

Please sign in to comment.