Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Sep 3, 2024
1 parent 51dbec9 commit a787754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geodatenbezug.Test/Processors/GeometryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Geodatenbezug.Processors;
[DeploymentItem("testdata/lwb_perimeter_ln_sf_v2_0_lv95_testdaten_invalid_singlepart_donut.gpkg", "testdata")]
public class GeometryTest
{
private readonly Topic topic = new()
private readonly Topic topic = new ()
{
TopicTitle = BaseTopic.lwb_perimeter_ln_sf.GetDescription(),
Canton = Canton.NE,
Expand Down

0 comments on commit a787754

Please sign in to comment.