Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more robust container names #14

Merged
merged 1 commit into from
May 28, 2021
Merged

more robust container names #14

merged 1 commit into from
May 28, 2021

Conversation

davidmdm
Copy link
Collaborator

No description provided.

@davidmdm davidmdm requested a review from silphid May 28, 2021 13:37
for _, tc := range testCases {
t.Run(tc.Name, func(t *testing.T) {
actual := sanitizePathName(tc.Value)
if actual != tc.Expected {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pourquoi pas:

assert.Equals(t, tc.Expected, actual)

???

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely no reason. forgot we had that depedency. Blocker?

@silphid silphid merged commit 223cd16 into master May 28, 2021
@silphid silphid deleted the robust-container-names branch May 28, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants