Skip to content

Commit

Permalink
style(container): update fixture values
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Jan 12, 2025
1 parent 5bafc7f commit b84d2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe(isNotParentBindingMetadataWithTag.name, () => {
let tagValueFixture: unknown;

beforeAll(() => {
tagFixture = 'name-fixture';
tagFixture = 'tag-fixture';
tagValueFixture = Symbol();
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe(isParentBindingMetadataWithTag.name, () => {
let tagValueFixture: unknown;

beforeAll(() => {
tagFixture = 'name-fixture';
tagFixture = 'tag-fixture';
tagValueFixture = Symbol();
});

Expand Down

0 comments on commit b84d2d8

Please sign in to comment.