Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Dec 18, 2024
1 parent 091a8e3 commit 7829423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 2 additions & 9 deletions tests/exp/community_exp_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package tests

import (
TSGO "github.com/the-egg-corp/thundergo/experimental"

//TSGOV1 "github.com/the-egg-corp/thundergo/v1"
"testing"

TSGO "github.com/the-egg-corp/thundergo/experimental"
)

// region Experimental Tests
func TestCommunityExp(t *testing.T) {
comm, found, _ := TSGO.GetCommunity("lethal-company")

Expand All @@ -19,7 +17,6 @@ func TestCommunityExp(t *testing.T) {
if err != nil {
t.Fatal(err)
}
//util.PrettyPrint(categories)
}

func TestCommunitiesExp(t *testing.T) {
Expand All @@ -28,8 +25,4 @@ func TestCommunitiesExp(t *testing.T) {
if err != nil {
t.Error("Could not get list of communities!")
}

//util.PrettyPrint(comms)
}

//endregion
3 changes: 0 additions & 3 deletions tests/v1/package_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,11 @@ func TestDownloadVersion(t *testing.T) {
t.Fatalf("error downloading version:\n%v", err)
}

//println(data)
}

func TestPackageFromCommunity(t *testing.T) {
pkg := TSGOV1.PackageFromCommunity("lethal-company", "Megalophobia", "MEGALOPHOBIA")
if pkg == nil {
t.Fatal("package not found in community")
}

//util.PrettyPrint(pkg)
}

0 comments on commit 7829423

Please sign in to comment.