Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RA341 committed Feb 11, 2025
1 parent 4930d38 commit 8141d07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
44 changes: 4 additions & 40 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/service/docker/docker_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ package docker
import (
"archive/tar"
"bytes"
"connectrpc.com/connect"
"fmt"
dktypes "github.com/makeopensource/leviathan/generated/docker_rpc/v1"
"github.com/makeopensource/leviathan/utils"
"github.com/rs/zerolog/log"
"io"
Expand Down
2 changes: 1 addition & 1 deletion src/tests/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
jobService *jobs.JobService
)

func TestJobProcessorIncorrect(t *testing.T) {
func TestJobProcessor(t *testing.T) {
setupTest()

numJobs := 100
Expand Down

0 comments on commit 8141d07

Please sign in to comment.