Skip to content

Commit 06f3a2b

Browse files
committed
Fix TestBasicSetActions.
1 parent 48c72f1 commit 06f3a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbus/set_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
// TestBasicSetActions asserts that Add & Remove behavior is correct
88
func TestBasicSetActions(t *testing.T) {
9-
s := set{}
9+
s := newSet()
1010

1111
if s.Contains("foo") {
1212
t.Fatal("set should not contain 'foo'")

0 commit comments

Comments
 (0)