test: fix Coverity warning in inspector test
PR-URL: https://github.com/nodejs/node/pull/10510 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
7c77932fa2
commit
3196faedab
@ -70,7 +70,7 @@ class Timeout {
|
|||||||
class InspectorSocketServerTest : public ::testing::Test {
|
class InspectorSocketServerTest : public ::testing::Test {
|
||||||
protected:
|
protected:
|
||||||
void SetUp() override {
|
void SetUp() override {
|
||||||
uv_loop_init(&loop);
|
EXPECT_EQ(0, uv_loop_init(&loop));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TearDown() override {
|
void TearDown() override {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user