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

テストが正しく実行されていない #662

Open
ikura-hamu opened this issue Aug 20, 2023 · 1 comment
Open

テストが正しく実行されていない #662

ikura-hamu opened this issue Aug 20, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@ikura-hamu
Copy link
Member

並列にしようとした結果、この記事の状態になってしまっている。他のテストと同様に並列にしなくてもよいと思います。

for _, testCase := range testCases {
t.Run(testCase.description, func(t *testing.T) {
t.Parallel()
ctrl := gomock.NewController(t)

https://qiita.com/tenntenn/items/a003fe8774b82325e2df#1%E3%81%A4%E3%81%AE%E3%83%86%E3%82%B9%E3%83%88%E3%82%B1%E3%83%BC%E3%82%B9%E3%81%97%E3%81%8B%E5%AE%9F%E8%A1%8C%E3%81%95%E3%82%8C%E3%81%AA%E3%81%84

@ikura-hamu ikura-hamu added the good first issue Good for newcomers label Sep 19, 2023
@ikura-hamu
Copy link
Member Author

go 1.22になって問題なくなったはず

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant