Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Sep 28, 2024
1 parent b71f8bd commit 670c66a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ final class BDKSwiftExampleWalletWalletViewModelTests: XCTestCase {
func testWalletViewModel() async {

// Set up viewModel
let viewModel = WalletViewModel(priceClient: .mock, bdkClient: .mock)
let viewModel = WalletViewModel(
bdkClient: .mock,
priceClient: .mock
)
XCTAssertEqual(viewModel.walletSyncState, .notStarted)

// Simulate successful sync() call
Expand Down

0 comments on commit 670c66a

Please sign in to comment.