Skip to content

Commit

Permalink
fix: rename error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarosch committed Feb 8, 2024
1 parent bfeb404 commit d056f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestNewContainer_Valid(t *testing.T) {

func TestNewContainer_EmptyContainerName(t *testing.T) {
_, err := NewContainer("", nil)
assert.Error(t, err, ErrEmptyContainerName)
assert.Error(t, err, ErrEmptyRootKeyName)
}

func TestNewContainer_NilData(t *testing.T) {
Expand Down

0 comments on commit d056f48

Please sign in to comment.