Skip to content

Commit

Permalink
Corrected Test Case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushs-2k4 committed Sep 17, 2023
1 parent cb7ea4b commit 63b8439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bhagavad Gita Tests/BookmarksViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ class BookmarksViewModelTests: XCTestCase {

func testBookmarksViewModel() {
let viewModel = BookmarksViewModel.instance
XCTAssertNil(viewModel)
XCTAssertNotNil(viewModel)
}
}

0 comments on commit 63b8439

Please sign in to comment.