Skip to content

Commit

Permalink
code quality++
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed May 22, 2024
1 parent bad38aa commit eb3952f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/file_system_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ TEST_F(FileSystemTest, Directories) {
ASSERT_NO_THROW(file->close());
ASSERT_NO_THROW(fs_->unlink_directory("/dev/a/b/c"));
ASSERT_FALSE(fs_->directory_exists("/dev/a/b/c"));

});

// Run the simulation
Expand Down

0 comments on commit eb3952f

Please sign in to comment.