fix default language return value

This commit is contained in:
Ulf Gebhardt 2023-01-27 20:24:04 +01:00
parent d9a428730c
commit a35fefe314
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -96,7 +96,7 @@ describe('Query', () => {
description: null, description: null,
html: null, html: null,
image: null, image: null,
lang: null, lang: "false",
publisher: null, publisher: null,
sources: ['resource'], sources: ['resource'],
title: null, title: null,