[roll] Roll fuchsia [wlan] Allow for valid empty lists from get_between

Previously, HistoricalList's get_between method would print a warning
log line about invalid time bounds if the resulting list was empty,
even if the bounds were valid.

This change removes the if diff != 0 conditional, allowing empty lists
to be returned from the Some match arm when bounds are valid, only
logging the warning log in the None match arm.

Test: fx test wlan-common-tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1757693
Original-Original-Revision: 87b099eacbe3385da69b89747ffbc16da3494adc
GitOrigin-RevId: 35bd4c908a9dfc7ef9398ae247e7995db0a0fd60
Change-Id: I3705de90ee38fb184860b17c89d6246b9df09daa
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1758977
Cr-Commit-Position: refs/heads/main@{#199248}
1 file changed
tree: 9285671c9bd565d7d3b87ff522b48e4e8a2bc712
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.