Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenwang9867 committed Jul 22, 2022
1 parent 75cbea0 commit 4b9e138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/dependencydiff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = Describe("E2E TEST:"+dependencydiff.Depdiff, func() {
results, err := dependencydiff.GetDependencyDiffResults(
ctx,
repoURI,
base, base,
base, head,
checksToRun,
changeTypesToCheck,
)
Expand All @@ -62,7 +62,7 @@ var _ = Describe("E2E TEST:"+dependencydiff.Depdiff, func() {
results, err := dependencydiff.GetDependencyDiffResults(
ctx,
repoURI,
base, head,
base, base,
checksToRun,
changeTypesToCheck,
)
Expand Down

0 comments on commit 4b9e138

Please sign in to comment.