Skip to content

Commit

Permalink
move unit tests to proto3
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Jun 25, 2024
1 parent 22833aa commit 0fc523c
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 222 deletions.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Test_getRefreshType(t *testing.T) {
assert.Nil(t, refreshType)
} else {
assert.NotNil(t, refreshType)
assert.Equal(t, *testCase.expected, *refreshType)
assert.Equal(t, *testCase.expected, refreshType)
}
})
}
Expand Down
Loading

0 comments on commit 0fc523c

Please sign in to comment.