Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Jul 7, 2024
1 parent 85c42d4 commit c35f7b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Payload_Type/thanatos/mythic/commands/exit/exit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package exit

import (
"testing"
cmdtesting "thanatos/commands/testing"

cmdtesting "github.com/MythicAgents/thanatos/commands/testing"
)

var testCases = []cmdtesting.TestCase{
Expand Down
3 changes: 2 additions & 1 deletion Payload_Type/thanatos/mythic/commands/sleep/sleep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import (
"fmt"
"math"
"testing"
cmdtesting "thanatos/commands/testing"

cmdtesting "github.com/MythicAgents/thanatos/commands/testing"
)

var testCases = []cmdtesting.TestCase{
Expand Down
3 changes: 2 additions & 1 deletion Payload_Type/thanatos/mythic/commands/testing/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import (
"math/big"
"reflect"
"testing"
"thanatos/commands/utils"

"github.com/MythicAgents/thanatos/commands/utils"

agentstructs "github.com/MythicMeta/MythicContainer/agent_structs"
)
Expand Down

0 comments on commit c35f7b8

Please sign in to comment.