@@ -230,9 +230,9 @@ func Test_formatSearchResults_limit(t *testing.T) {
230230func 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