mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-03 15:17:03 +02:00
Uppercase acronyms (ISRC / JSPF)
This commit is contained in:
parent
409acccebe
commit
36cc41d05d
14 changed files with 28 additions and 28 deletions
|
@ -81,10 +81,10 @@ func TestImplementsInterfaces(t *testing.T) {
|
|||
expectInterface[models.LovesExport](t, &funkwhale.FunkwhaleApiBackend{})
|
||||
// expectInterface[models.LovesImport](t, &funkwhale.FunkwhaleApiBackend{})
|
||||
|
||||
// expectInterface[models.ListensExport](t, &jspf.JspfBackend{})
|
||||
// expectInterface[models.ListensImport](t, &jspf.JspfBackend{})
|
||||
// expectInterface[models.LovesExport](t, &jspf.JspfBackend{})
|
||||
expectInterface[models.LovesImport](t, &jspf.JspfBackend{})
|
||||
// expectInterface[models.ListensExport](t, &jspf.JSPFBackend{})
|
||||
// expectInterface[models.ListensImport](t, &jspf.JSPFBackend{})
|
||||
// expectInterface[models.LovesExport](t, &jspf.JSPFBackend{})
|
||||
expectInterface[models.LovesImport](t, &jspf.JSPFBackend{})
|
||||
|
||||
expectInterface[models.ListensExport](t, &listenbrainz.ListenBrainzApiBackend{})
|
||||
// expectInterface[models.ListensImport](t, &listenbrainz.ListenBrainzApiBackend{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue