We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba60662 commit e075938Copy full SHA for e075938
tests/test_cases/src/lib.rs
@@ -28,7 +28,10 @@ pub fn test_cases() -> Vec<TestCase> {
28
}),
29
),
30
TestCase::new("vsock-guest-connect", Box::new(TestVsockGuestConnect)),
31
- TestCase::new("tsi-tcp-guest-connect", Box::new(TestTsiTcpGuestConnect::new())),
+ TestCase::new(
32
+ "tsi-tcp-guest-connect",
33
+ Box::new(TestTsiTcpGuestConnect::new()),
34
+ ),
35
TestCase::new(
36
"tsi-tcp-guest-listen",
37
Box::new(TestTsiTcpGuestListen::new()),
0 commit comments