Skip to content

Commit

Permalink
scoped env
Browse files Browse the repository at this point in the history
Signed-off-by: dentiny <[email protected]>
  • Loading branch information
dentiny committed Feb 11, 2025
1 parent e2bfd98 commit 87dee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ray/util/tests/spdlog_newliner_sink_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ std::shared_ptr<spdlog::logger> CreateLogger() {
return logger;
}

// Testing senario: Keep writing to spdlog after flush, and check whether all written
// Testing scenario: Keep writing to spdlog after flush, and check whether all written
// content is correctly reflected.
TEST(NewlinerSinkTest, WriteAfterFlush) {
auto logger = CreateLogger();
Expand Down

0 comments on commit 87dee19

Please sign in to comment.