mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
test: fix test definition for safely encoding top-level fields into INI strings
This commit is contained in:
@@ -65,5 +65,5 @@ test('Can serialize top-level fields', async () => {
|
||||
.map((line) => line.trim())
|
||||
.join('\n');
|
||||
|
||||
expect(safelySerializeObjectToIni({ objectToSerialize })).toMatchInlineSnapshot(expected);
|
||||
expect(safelySerializeObjectToIni(objectToSerialize)).toMatchInlineSnapshot(expected);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user