Skip to content

Commit

Permalink
ci: removed wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaLaboratory committed Sep 30, 2023
1 parent b7cb672 commit 18bcea8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ import (

var search *Search

func TestSearch_SearchNode(t *testing.T) {
node, err := search.nodeByAddress("female", 0)
if err != nil {
t.Fatal(err)
}
data, err := search.searchNode("female", HashTerm("big"), node)
if err != nil {
t.Fatal(err)
}
t.Log(data)
tags, err := search.tagSuggestionData("female", data)
if err != nil {
t.Fatal(err)
}
t.Log(tags)
}

func TestSearch_TagSuggestion(t *testing.T) {
result, err := search.TagSuggestion("tag:")
if err != nil {
Expand Down

0 comments on commit 18bcea8

Please sign in to comment.