Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Jan 30, 2024
1 parent 3d10d5c commit 37cd491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/PrivacyDashboardTests/WebsiteBreakageMoks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct WebsiteBreakageMoks {
protectionsState: true,
reportFlow: .appMenu,
error: nil,
httpErrorCode: "")
httpStatusCode: "")
}

static var testBreakage2: WebsiteBreakage {
Expand All @@ -56,7 +56,7 @@ struct WebsiteBreakageMoks {
protectionsState: true,
reportFlow: .appMenu,
error: nil,
httpErrorCode: "")
httpStatusCode: "")
}

static var testBreakage3: WebsiteBreakage {
Expand All @@ -75,6 +75,6 @@ struct WebsiteBreakageMoks {
protectionsState: true,
reportFlow: .appMenu,
error: nil,
httpErrorCode: "")
httpStatusCode: "")
}
}

0 comments on commit 37cd491

Please sign in to comment.