Skip to content

Commit

Permalink
fix: add test case
Browse files Browse the repository at this point in the history
Signed-off-by: sZma5a <masaaki.haribote@gmail.com>
  • Loading branch information
sZma5a committed Aug 27, 2023
1 parent f2470c9 commit 028e54d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/config/piped_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1418,6 +1418,10 @@ func TestPipeGitValidate(t *testing.T) {
},
err: nil,
},
{
git: PipedGit{ },
err: nil,
},
}
for _, tc := range testcases {
tc := tc
Expand Down

0 comments on commit 028e54d

Please sign in to comment.