Skip to content

Commit

Permalink
Change the Debug Seed
Browse files Browse the repository at this point in the history
Because it being `WPF Test` means nothing at this point.
  • Loading branch information
Knuxfan24 committed Jun 1, 2022
1 parent 435ca4d commit e718b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarathonRandomiser/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public MainWindow()

// If this is a debug build, set the seed to WPF Test for the sake of consistent testing and list the Temporary Directory path.
#if DEBUG
TextBox_General_Seed.Text = "WPF Test";
TextBox_General_Seed.Text = "Development Testing";
Debug.WriteLine($"Current temporary path is: {TemporaryDirectory}.");
#endif

Expand Down

0 comments on commit e718b2c

Please sign in to comment.