Commit 62abe0d
Bump the nuget-dependencies group with 2 updates (#241)
* Bump the nuget-dependencies group with 2 updates
Bumps AngleSharp from 1.7.2 to 1.7.3
Bumps MSTest from 4.3.3 to 4.4.0
---
updated-dependencies:
- dependency-name: AngleSharp
dependency-version: 1.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-dependencies
- dependency-name: MSTest
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Replace Assert.HasCount(0, ...) with Assert.IsEmpty in tests
Updated multiple test cases to use Assert.IsEmpty instead of Assert.HasCount(0, ...) for clearer empty collection assertions. Assertion messages remain unchanged to preserve test intent.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LarsL <26182282+LarsLaskowski@users.noreply.github.com>1 parent 45b3c6e commit 62abe0d
3 files changed
Lines changed: 8 additions & 11 deletions
File tree
- src/Tests/DockerUpdateGuard.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
| 303 | + | |
| 304 | + | |
306 | 305 | | |
307 | 306 | | |
308 | 307 | | |
| |||
424 | 423 | | |
425 | 424 | | |
426 | 425 | | |
427 | | - | |
428 | | - | |
429 | | - | |
| 426 | + | |
| 427 | + | |
430 | 428 | | |
431 | 429 | | |
432 | 430 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
417 | | - | |
| 415 | + | |
| 416 | + | |
418 | 417 | | |
419 | 418 | | |
420 | 419 | | |
| |||
0 commit comments