Skip to content

Commit

Permalink
docs: "Wiener" isn't always a sausage (#11312)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny353535 committed Apr 22, 2021
1 parent 7028265 commit b86e48a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/SetupAndTeardown.md
Expand Up @@ -88,7 +88,7 @@ describe('matching cities to foods', () => {
});

test('Vienna <3 sausage', () => {
expect(isValidCityFoodPair('Vienna', 'Wiener Schnitzel')).toBe(true);
expect(isValidCityFoodPair('Vienna', 'Wiener Würstchen')).toBe(true);
});

test('San Juan <3 plantains', () => {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/SetupAndTeardown.md
Expand Up @@ -88,7 +88,7 @@ describe('matching cities to foods', () => {
});

test('Vienna <3 sausage', () => {
expect(isValidCityFoodPair('Vienna', 'Wiener Schnitzel')).toBe(true);
expect(isValidCityFoodPair('Vienna', 'Wiener Würstchen')).toBe(true);
});

test('San Juan <3 plantains', () => {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/SetupAndTeardown.md
Expand Up @@ -88,7 +88,7 @@ describe('matching cities to foods', () => {
});

test('Vienna <3 sausage', () => {
expect(isValidCityFoodPair('Vienna', 'Wiener Schnitzel')).toBe(true);
expect(isValidCityFoodPair('Vienna', 'Wiener Würstchen')).toBe(true);
});

test('San Juan <3 plantains', () => {
Expand Down

0 comments on commit b86e48a

Please sign in to comment.