Skip to content

Commit ecc3220

Browse files
committed
pfc
1 parent 28ee032 commit ecc3220

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/api/src/queries/graph_internal_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ func Test_formatSearchResults_limit(t *testing.T) {
230230
func Test_filterNodesToSearchResult(t *testing.T) {
231231
var (
232232
inputNodeProps = graph.NewProperties().
233-
Set("name", "this is a name").
234-
Set("objectid", "object id").
235-
Set("distinguishedname", "ze most distinguished")
233+
Set("name", "this is a name").
234+
Set("objectid", "object id").
235+
Set("distinguishedname", "ze most distinguished")
236236

237237
input = []*graph.Node{
238238
{Properties: inputNodeProps},
@@ -278,8 +278,8 @@ func Test_filterNodesToSearchResult_includeOpenGraphNodes(t *testing.T) {
278278
var (
279279
customKind = "CustomKind"
280280
inputNodeProps = graph.NewProperties().
281-
Set("name", "this is a name").
282-
Set("objectid", "object id")
281+
Set("name", "this is a name").
282+
Set("objectid", "object id")
283283
input = []*graph.Node{
284284
{Kinds: []graph.Kind{graph.StringKind("OtherKind"), graph.StringKind(customKind)},
285285
Properties: inputNodeProps},

0 commit comments

Comments
 (0)