You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to initiate the creation of a new test file, userwithpassword_test.go, located in the pkg/presentation/dto directory. Initially, this file will only include the package declaration to avoid compilation errors. Comprehensive tests for the UserWithPassword DTO will be added in future updates.
Path of the file to be created
pkg/presentation/dto/userwithpassword_test.go
Initial Content
package presentation
The changes will be merged into the enhance/team/66/implement-password-validation branch first. Therefore, set the base branch of the pull request as enhance/team/66/implement-password-validation.
The text was updated successfully, but these errors were encountered:
We need to initiate the creation of a new test file,
userwithpassword_test.go
, located in thepkg/presentation/dto
directory. Initially, this file will only include the package declaration to avoid compilation errors. Comprehensive tests for theUserWithPassword
DTO will be added in future updates.Path of the file to be created
pkg/presentation/dto/userwithpassword_test.go
Initial Content
package presentation
The changes will be merged into the
enhance/team/66/implement-password-validation
branch first. Therefore, set the base branch of the pull request asenhance/team/66/implement-password-validation
.The text was updated successfully, but these errors were encountered: