Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Feb 15, 2024
1 parent 614657b commit 8082769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/qrouter/proxy_routing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ func TestInsertOffsets(t *testing.T) {
for _, tt := range []tcase{

{
query: `INSERT INTO xx SELECT * FROM xx a WHERE a.w_id = 20;`,
query: `INSERT INTO xxtt1 SELECT * FROM xxtt1 a WHERE a.w_id = 20;`,
exp: routingstate.ShardMatchState{
Route: &routingstate.DataShardRoute{
Shkey: kr.ShardKey{
Expand Down

0 comments on commit 8082769

Please sign in to comment.