Skip to content

Commit 7336abd

Browse files
committed
os-info: Fix tests with serpentos rename
Signed-off-by: Ikey Doherty <ikey@aerynos.com>
1 parent c5c69c5 commit 7336abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/os-info/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn test_parse_sample_os_info() {
2020

2121
// Verify former identity
2222
let former = &os_info.metadata.identity.former_identities[0];
23-
assert_eq!(former.id, "serpent-os");
23+
assert_eq!(former.id, "serpentos");
2424
assert_eq!(former.name, "Serpent OS");
2525

2626
// Verify core technologies

0 commit comments

Comments
 (0)