Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Bug 1874048 - Add score to AMP suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiftran authored and mergify[bot] committed Jan 25, 2024
1 parent 4bacae9 commit a606025
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class FxSuggestSuggestionProviderTest {
impressionUrl = "https://example.com/impression_url",
clickUrl = "https://example.com/click_url",
rawClickUrl = "https://example.com/click_url",
score = 0.3,
),
Suggestion.Wikipedia(
title = "Las Vegas",
Expand Down Expand Up @@ -217,6 +218,7 @@ class FxSuggestSuggestionProviderTest {
impressionUrl = "https://example.com/impression_url",
clickUrl = "https://example.com/click_url",
rawClickUrl = "https://example.com/click_url",
score = 0.3,
),
),
)
Expand Down

0 comments on commit a606025

Please sign in to comment.