Skip to content

Commit

Permalink
Update Listing04.39.Tests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin B <[email protected]>
  • Loading branch information
BenjaminMichaelis and Keboo authored Nov 13, 2023
1 parent b1940c5 commit 6c84a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter04.Tests/Listing04.39.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void ChangeTemperatureWithoutConditionalOperator()
public void ChangeHumidityWithConditionalOperator()
{
bool eventFired = false;
Person thermostat = new();
Person person= new();
thermostat.PropertyChanged += (object? sender, EventArgs e) =>

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test fr_FR.UTF-8 Locale On Ubuntu

Le nom 'thermostat' n'existe pas dans le contexte actuel

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test fr_FR.UTF-8 Locale On Ubuntu

Le nom 'thermostat' n'existe pas dans le contexte actuel

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test fr_FR.UTF-8 Locale On Ubuntu

Le nom 'thermostat' n'existe pas dans le contexte actuel

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test fr_FR.UTF-8 Locale On Ubuntu

Le nom 'thermostat' n'existe pas dans le contexte actuel

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test fr_FR.UTF-8 Locale On Ubuntu

Le nom 'thermostat' n'existe pas dans le contexte actuel

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test pt_BR.UTF-8 Locale On Ubuntu

O nome "thermostat" não existe no contexto atual

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test pt_BR.UTF-8 Locale On Ubuntu

O nome "thermostat" não existe no contexto atual

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test pt_BR.UTF-8 Locale On Ubuntu

O nome "thermostat" não existe no contexto atual

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test pt_BR.UTF-8 Locale On Ubuntu

O nome "thermostat" não existe no contexto atual

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / Build and Test pt_BR.UTF-8 Locale On Ubuntu

O nome "thermostat" não existe no contexto atual

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on ubuntu-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on ubuntu-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on ubuntu-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on ubuntu-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on ubuntu-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on macOS-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on macOS-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on macOS-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on macOS-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on macOS-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on windows-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on windows-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on windows-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on windows-latest

The name 'thermostat' does not exist in the current context

Check failure on line 24 in src/Chapter04.Tests/Listing04.39.Tests.cs

View workflow job for this annotation

GitHub Actions / build-and-test on windows-latest

The name 'thermostat' does not exist in the current context
{
eventFired = true;
Expand Down

0 comments on commit 6c84a0f

Please sign in to comment.