Skip to content

Commit

Permalink
Add query match test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 13, 2024
1 parent 8102890 commit 412f5bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/pubsub/query/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ func TestMatches(t *testing.T) {
false,
false,
},
{
"root.dummy.v1.EventDummy.seq = '\"1\"'",
map[string][]string{"root.dummy.v1.EventDummy.seq": {"\"1\""}},
false,
true,
false,
},
}

for _, tc := range testCases {
Expand Down

0 comments on commit 412f5bd

Please sign in to comment.