unpack response

This commit is contained in:
2023-02-11 14:02:20 +01:00
parent 99bab8e1b0
commit 3b5b59ba1c
2 changed files with 32 additions and 3 deletions

View File

@@ -16,5 +16,5 @@ fn test_example_container() {
)
.stdout();
assert_eq!(out, Some("3.16.2".to_string()))
assert_eq!(out, Some("3.16.2\n".to_string()))
}