Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed Jan 10, 2025
1 parent 691ac00 commit 3bab7a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ describe("IModelTransformerHub", () => {
masterSeedDb.nativeDb.setITwinId(iTwinId); // workaround for "ContextId was not properly setup in the checkpoint" issue
const schemaPathForMultiAspect =
IModelTransformerTestUtils.getPathToSchemaWithMultiAspect();
masterSeedDb.importSchemas([schemaPathForMultiAspect]);
await masterSeedDb.importSchemas([schemaPathForMultiAspect]);
for await (const row of masterSeedDb.createQueryReader(
"SELECT ECInstanceId FROM ECdbMeta.ECClassDef WHERE Name LIKE 'ElementGroupsMembers'"
)) {
Expand Down Expand Up @@ -1885,7 +1885,7 @@ describe("IModelTransformerHub", () => {
"MyModelUnderRepositoryModel"
);
// insert aspect
let multiAspectProps = {
const multiAspectProps = {
classFullName: "TestSchema2:MyMultiAspect",
element: {
id: elementIdInSource,
Expand Down

0 comments on commit 3bab7a6

Please sign in to comment.