Skip to content

Commit

Permalink
#5 Fix UnitTests paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Aug 6, 2023
1 parent 8dcc6c6 commit 9a0373d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace LyricsScraperNET.UnitTest.Providers.AZLyrics
[TestClass]
public class AZLyricsProviderTest
{
private static readonly string[] TEST_DATA_PATH = { "AZLyrics", "test_data.json" };
private static readonly string[] TEST_DATA_PATH = { "Providers", "AZLyrics", "test_data.json" };

[TestMethod]
[DynamicData(nameof(GetTestData), DynamicDataSourceType.Method)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"LyricPagePath": "AZLyrics/Resources/Lyrics_HtmlPage_01.txt",
"LyricResultPath": "AZLyrics/Resources/Lyrics_Result_01.txt",
"LyricPagePath": "Providers/AZLyrics/Resources/Lyrics_HtmlPage_01.txt",
"LyricResultPath": "Providers/AZLyrics/Resources/Lyrics_Result_01.txt",
"ArtistName": "Parkway Drive",
"SongName": "Wishing Wells",
"SongUri": null
Expand Down

0 comments on commit 9a0373d

Please sign in to comment.