Skip to content

Commit

Permalink
(svc) tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed May 17, 2024
1 parent 051265a commit 15904cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/svc/relations_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ TEST_F(svc_RelationsTest, Check) {
request.set_relation("woner");

auto *right = request.mutable_right_entity();
right->set_id(tuples[2].rEntityId());
right->set_type(tuples[2].rEntityType());
right->set_id(tuples[3].rEntityId());
right->set_type(tuples[3].rEntityType());

EXPECT_NO_THROW(result = svc.call<rpcCheck>(ctx, request));

Expand Down

0 comments on commit 15904cf

Please sign in to comment.