Skip to content

Commit cf955ab

Browse files
committed
Fix manual dose tests
1 parent 2ecb227 commit cf955ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopTests/ViewModels/ManualEntryDoseViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ManualEntryDoseViewModelTests: XCTestCase {
5656
}
5757

5858
func testDoseLogging() throws {
59-
XCTAssertEqual(0, manualEntryDoseViewModel.selectedInsulinTypeIndex)
59+
XCTAssertEqual(.novolog, manualEntryDoseViewModel.selectedInsulinType)
6060
manualEntryDoseViewModel.enteredBolus = Self.exampleBolusQuantity
6161

6262
try saveAndDeliver(ManualEntryDoseViewModelTests.exampleBolusQuantity)

0 commit comments

Comments
 (0)