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 48c72f1 commit 06f3a2bCopy full SHA for 06f3a2b
dbus/set_test.go
@@ -6,7 +6,7 @@ import (
6
7
// TestBasicSetActions asserts that Add & Remove behavior is correct
8
func TestBasicSetActions(t *testing.T) {
9
- s := set{}
+ s := newSet()
10
11
if s.Contains("foo") {
12
t.Fatal("set should not contain 'foo'")
0 commit comments