Skip to content

Commit 44698ee

Browse files
Update test/http_tests.cc
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8aa3876 commit 44698ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/http_tests.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ TEST(TestHTTPFile, TestWriteSmallFile) {
118118

119119
// Write some test data
120120
const char test_data[] = "This is a test file for writing operations.";
121-
const size_t data_size = strlen(test_data);
122121

123122
auto write_res = fh->Write(test_data, 0, data_size);
124123
ASSERT_EQ(write_res, static_cast<ssize_t>(data_size));

0 commit comments

Comments
 (0)