Skip to content

Commit

Permalink
Removed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
0dayfall committed Aug 29, 2021
1 parent 4f651af commit 8d1e516
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.dylib
*.DS_Store
*.zh
*.zsh

# Test binary, built with `go test -c`
*.test
Expand Down
3 changes: 0 additions & 3 deletions tweet/filteredstream/rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ package tweet
import (
"os"
"testing"

"github.com/0dayfall/carboncopy/config"
)

func TestMain(m *testing.M) {
config.Init("AAAAAAAAAAAAAAAAAAAAAI0kRgEAAAAAypS5hDlUu0fQxhPfsegcVRKgGyE%3Dz5LtZJLTBtN5xgrCCGAvQPX8a8fZFxkKJVhWCHkHkIEoSDCcvM")
exitVal := m.Run()
os.Exit(exitVal)
}
Expand Down
2 changes: 0 additions & 2 deletions tweet/recentcount/tweetcounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import (
"os"
"testing"

"github.com/0dayfall/carboncopy/config"
"github.com/0dayfall/carboncopy/httphandler"
)

func TestMain(m *testing.M) {
config.Init("AAAAAAAAAAAAAAAAAAAAAI0kRgEAAAAAypS5hDlUu0fQxhPfsegcVRKgGyE%3Dz5LtZJLTBtN5xgrCCGAvQPX8a8fZFxkKJVhWCHkHkIEoSDCcvM")
exitVal := m.Run()
os.Exit(exitVal)
}
Expand Down
4 changes: 0 additions & 4 deletions tweet/recentsearch/searchtweets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package tweet
import (
"os"
"testing"

"github.com/0dayfall/carboncopy/config"
)

func TestMain(m *testing.M) {
Expand All @@ -13,12 +11,10 @@ func TestMain(m *testing.M) {
}

func TestSearchRecent(t *testing.T) {
config.Init("AAAAAAAAAAAAAAAAAAAAAI0kRgEAAAAAypS5hDlUu0fQxhPfsegcVRKgGyE%3Dz5LtZJLTBtN5xgrCCGAvQPX8a8fZFxkKJVhWCHkHkIEoSDCcvM")
SearchRecent("ericsson lang:sv")
}

func TestSearchRecentNextToken(t *testing.T) {
config.Init("AAAAAAAAAAAAAAAAAAAAAI0kRgEAAAAAypS5hDlUu0fQxhPfsegcVRKgGyE%3Dz5LtZJLTBtN5xgrCCGAvQPX8a8fZFxkKJVhWCHkHkIEoSDCcvM")
_, _, token := SearchRecent("ericsson lang:sv")
_, _, _ = SearchRecentNextToken("ericsson lang:sv", token)
}
3 changes: 0 additions & 3 deletions users/lookup/lookup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ package lookup
import (
"os"
"testing"

"github.com/0dayfall/carboncopy/config"
)

func TestMain(m *testing.M) {
config.Init("AAAAAAAAAAAAAAAAAAAAAI0kRgEAAAAAypS5hDlUu0fQxhPfsegcVRKgGyE%3Dz5LtZJLTBtN5xgrCCGAvQPX8a8fZFxkKJVhWCHkHkIEoSDCcvM")
exitVal := m.Run()
os.Exit(exitVal)
}
Expand Down

0 comments on commit 8d1e516

Please sign in to comment.