Skip to content

Commit

Permalink
fix version tag everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
david-shortman committed Sep 19, 2022
1 parent af2fb4f commit 6e46148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('Component Migration 15_0_0-beta', () => {
const runner = new SchematicTestRunner('schematics', collectionPath);

const newTree = await runner
.runSchematicAsync(`ngrx-${pkgName}-migration-14-3-2`, {}, appTree)
.runSchematicAsync(`ngrx-${pkgName}-migration-15-beta`, {}, appTree)
.toPromise();
const file = newTree.readContent('app.module.ts');

Expand Down Expand Up @@ -101,7 +101,7 @@ describe('Component Migration 15_0_0-beta', () => {
const runner = new SchematicTestRunner('schematics', collectionPath);

const newTree = await runner
.runSchematicAsync(`ngrx-${pkgName}-migration-14-3-2`, {}, appTree)
.runSchematicAsync(`ngrx-${pkgName}-migration-15-beta`, {}, appTree)
.toPromise();
const file = newTree.readContent('app.module.ts');

Expand Down Expand Up @@ -148,7 +148,7 @@ describe('Component Migration 15_0_0-beta', () => {
const runner = new SchematicTestRunner('schematics', collectionPath);

const newTree = await runner
.runSchematicAsync(`ngrx-${pkgName}-migration-14-3-2`, {}, appTree)
.runSchematicAsync(`ngrx-${pkgName}-migration-15-beta`, {}, appTree)
.toPromise();
const file = newTree.readContent('app.module.ts');

Expand Down

0 comments on commit 6e46148

Please sign in to comment.