fix(tests): wrong import

This commit is contained in:
Nicolas Meienberger 2022-08-03 08:24:05 +02:00
parent 3036bedf81
commit 88555b6a29

View file

@ -4,7 +4,7 @@ import { print } from 'graphql/language/printer';
import * as listAppInfos from './listAppInfos.graphql';
import * as getApp from './getApp.graphql';
import * as InstalledApps from './InstalledApps.graphql';
import * as InstalledApps from './installedApps.graphql';
export const listAppInfosQuery = print(listAppInfos);
export const getAppQuery = print(getApp);