Skip to content

Commit

Permalink
Bring back the Schnitzel (#11366)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed May 3, 2021
1 parent 2abd495 commit 3f6b420
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/SetupAndTeardown.md
Expand Up @@ -87,8 +87,8 @@ describe('matching cities to foods', () => {
return initializeFoodDatabase();
});

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

test('San Juan <3 plantains', () => {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-25.x/SetupAndTeardown.md
Expand Up @@ -87,8 +87,8 @@ describe('matching cities to foods', () => {
return initializeFoodDatabase();
});

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

test('San Juan <3 plantains', () => {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-26.x/SetupAndTeardown.md
Expand Up @@ -87,8 +87,8 @@ describe('matching cities to foods', () => {
return initializeFoodDatabase();
});

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

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

0 comments on commit 3f6b420

Please sign in to comment.