x/pkgsite: add tests to TestCreatePackageHeader where isLatest = true #40941
Labels
Milestone
Comments
Please let me know if I can add this test case |
Please do, @rahulw! |
Thanks. I will start work on this very soon. |
Change https://golang.org/cl/249957 mentions this issue: |
Hi @rahulw, I am really sorry that I had not claimed this bug and started working on it. I was also unaware that you have already claimed this bug. Sorry for the confusion. If you don't mind can I take this further? |
Hey @ShaileshSurya, please feel free to submit the code. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TestCreatePackage
only tests for cases where isLatest = false:https://github.com/golang/pkgsite/blob/master/internal/frontend/header_test.go#L140
We should add test cases for isLatest = true.
The text was updated successfully, but these errors were encountered: