diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-12 23:21:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-12 23:21:28 +0900 |
| commit | ac543a1ce801306ec1dc8058aee8da1f812c1198 (patch) | |
| tree | 4a4ba2e1ee380ed809b5e28f0a0a2bc4c81cc800 /dbus/samples_test.go | |
| parent | e2489059c103800ab62250351db895415e0cdfed (diff) | |
dbus: rename makeTestCases
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dbus/samples_test.go')
| -rw-r--r-- | dbus/samples_test.go | 2 |
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 } |
