Skip to content

Commit

Permalink
fix: workflow add test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatACotton committed Apr 6, 2024
1 parent 49d4190 commit 407dd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cart/cart_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/charisworks/charisworks-backend/internal/utils"
)

func Test_CartCRUD(t *testing.T) {
func TestRepository_CartCRUD(t *testing.T) {
After(t)

db, err := utils.DBInitTest()
Expand Down Expand Up @@ -382,7 +382,7 @@ func Test_CartCRUD(t *testing.T) {
After(t)
}

func Test_GetItem(t *testing.T) {
func TestRepository_GetItem(t *testing.T) {
db, err := utils.DBInitTest()
if err != nil {
t.Errorf("error")
Expand Down

0 comments on commit 407dd03

Please sign in to comment.