Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
xyjixyjixyji committed Jun 16, 2023
1 parent 6fb7d94 commit 338b699
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions bindings/c/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing
1. [Contributing](#contributing)
1. [Setup](#setup)
1. [Using a dev container environment](#using-a-dev-container-environment)
2. [Bring your own toolbox](#bring-your-own-toolbox)
2. [Build](#build)
3. [Test](#test)
4. [Documentation](#documentation)
- [Contributing](#contributing)
- [Setup](#setup)
- [Using a dev container environment](#using-a-dev-container-environment)
- [Bring your own toolbox](#bring-your-own-toolbox)
- [Build](#build)
- [Test](#test)
- [Documentation](#documentation)

## Setup

Expand Down
4 changes: 2 additions & 2 deletions bindings/c/tests/list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ TEST_F(OpendalListTest, ListDirTest) {
opendal_metadata meta = s.meta;

if (!strcmp(de_path, path.c_str())) {
found = true;

EXPECT_TRUE(opendal_metadata_is_file(&meta));
EXPECT_EQ(opendal_metadata_content_length(&meta), nbytes);

found = true;
}

opendal_entry_free(&entry);
Expand Down

0 comments on commit 338b699

Please sign in to comment.