Rename get-<endpoint>-object to get-<endpoint>

This commit is contained in:
Akira Tempaku 2025-04-21 09:16:43 +09:00
parent 574b760ff7
commit d72bafbad7
Signed by: paku
GPG key ID: 5B4E8402BCC50607
3 changed files with 4 additions and 4 deletions

View file

@ -42,5 +42,5 @@
(testing "define-object-client creates expected functions"
(define-object-client config)
(ok (fboundp 'get-config-object))
(ok (fboundp 'get-config))
(ok (fboundp 'update-config))))