Skip to content

Commit

Permalink
Update test_dotenv.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Aug 15, 2024
1 parent b67617a commit c3ff506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/test_dotenv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using node::Dotenv;
ASSERT_EQ(check_result.size(), expected.size()); \
for (size_t i = 0; i < check_result.size(); ++i) { \
EXPECT_EQ(check_result[i], expected[i]); \
} \
} \

TEST(Dotenv, GetPathFromArgs) {
CHECK_DOTENV(({"node", "--env-file=.env"}),
Expand Down

0 comments on commit c3ff506

Please sign in to comment.