Skip to content

Commit

Permalink
Fix a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 committed Apr 8, 2014
1 parent 67d462e commit d696490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_network_worker.cpp
Expand Up @@ -201,7 +201,7 @@ static std::string create_random_sendfile(size_t size)

static void delete_random_sendfile(const std::string& file)
{
filesystem::delete_directory(file);
filesystem::delete_file(file);
}

template<class T>
Expand Down

0 comments on commit d696490

Please sign in to comment.