Skip to content

Commit

Permalink
repackaged tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sshehrozali committed Oct 4, 2024
1 parent ac054c1 commit ee7e241
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/service/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package service
import (
"errors"
"fetchr/internal/models"
"fetchr/shared/tests"
"fetchr/tests/shared"
"fmt"

"bytes"
Expand Down
2 changes: 1 addition & 1 deletion integration/cmd_test.go → tests/integration/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package integration

import (
"fetchr/cmd"
"fetchr/shared/tests"
"fetchr/tests/shared"
"os"
"testing"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ee7e241

Please sign in to comment.