Skip to content

Commit 2d5edd4

Browse files
committed
test: fix app test
1 parent 5b9ecab commit 2d5edd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/app_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ import (
99
func TestNewCollection(t *testing.T) {
1010
collection := NewCollection()
1111

12-
if collection.ID == "" {
13-
t.Errorf("Expected collection ID to be generated, got empty string")
14-
}
15-
1612
if collection.Name != "" {
1713
t.Errorf("Expected collection Name to be empty, got %s", collection.Name)
1814
}

0 commit comments

Comments
 (0)