Skip to content

Commit 02df117

Browse files
dido18mirkoCrobu
andauthored
Update internal/orchestrator/bricks/bricks_test.go
Co-authored-by: mirkoCrobu <214636120+mirkoCrobu@users.noreply.github.com>
1 parent e1da66c commit 02df117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/bricks/bricks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func TestBrickCreate(t *testing.T) {
123123
})
124124
}
125125

126-
func TestUdateBrick(t *testing.T) {
126+
func TestUpdateBrick(t *testing.T) {
127127
bricksIndex, err := bricksindex.GenerateBricksIndexFromFile(paths.New("testdata"))
128128
require.Nil(t, err)
129129
brickService := NewService(nil, bricksIndex, nil)

0 commit comments

Comments
 (0)