aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/samples_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/samples_test.go')
-rw-r--r--dbus/samples_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/samples_test.go b/dbus/samples_test.go
index 19d66b6a..653a02f4 100644
--- a/dbus/samples_test.go
+++ b/dbus/samples_test.go
@@ -145,7 +145,7 @@ var (
testCaseOnce sync.Once
)
-func testCases() []dbusTestCase {
+func makeTestCases() []dbusTestCase {
testCaseOnce.Do(testCaseGenerate)
return testCasesV
}