Skip to content

Commit

Permalink
Try to make it fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu committed Dec 11, 2019
1 parent 6415353 commit 85101e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class GleanMetricsServiceTest {

assertFalse(Url.queryType["type_link"].testHasValue())
assertFalse(Url.queryType["type_query"].testHasValue())
GleanMetricsService.urlBarEvent(true)
GleanMetricsService.urlBarEvent(false)
assertTrue(Url.queryType["type_link"].testHasValue())
assertEquals(Url.queryType["type_link"].testGetValue(), 1)
GleanMetricsService.urlBarEvent(false)
Expand Down

0 comments on commit 85101e7

Please sign in to comment.