mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
⚡ refactor project structure by renaming files and updating test function signature
This commit is contained in:
@ -4,7 +4,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAsServiceError(c) {
|
||||
func TestAsServiceError(t *testing.T) {
|
||||
serviceError := ErrNotFound
|
||||
err := AsServiceError(serviceError)
|
||||
if err.Code != serviceError.Code || err.Message != serviceError.Message {
|
||||
|
Reference in New Issue
Block a user