Skip to content

Commit

Permalink
fix tck
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Sep 15, 2021
1 parent af4d3d5 commit 95a4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/validator/MutateValidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class InsertEdgesValidator final : public Validator {
EdgeType edgeType_{-1};
std::shared_ptr<const meta::SchemaProviderIf> schema_;
std::vector<std::string> propNames_;
std::vector<Value> entirePropValues_;
std::vector<std::string> entirePropNames_;
std::vector<EdgeRowItem*> rows_;
std::vector<storage::cpp2::NewEdge> edges_;
};
Expand Down

0 comments on commit 95a4e62

Please sign in to comment.