We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9ecab commit 2d5edd4Copy full SHA for 2d5edd4
app/app_test.go
@@ -9,10 +9,6 @@ import (
9
func TestNewCollection(t *testing.T) {
10
collection := NewCollection()
11
12
- if collection.ID == "" {
13
- t.Errorf("Expected collection ID to be generated, got empty string")
14
- }
15
-
16
if collection.Name != "" {
17
t.Errorf("Expected collection Name to be empty, got %s", collection.Name)
18
}
0 commit comments