Skip to content

Commit

Permalink
Rename the static resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jul 5, 2024
1 parent 93c217a commit 27b1039
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void TestDecodeNotes()
public void TestDecodeTranslations()
{
// Karaoke beatmap
var beatmap = decodeBeatmap("karaoke-translate-samples");
var beatmap = decodeBeatmap("karaoke-translation-samples");

// Get translations
var translations = beatmap.AvailableTranslationLanguages();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected override void LoadComplete()
[TestCase("karaoke-file-samples")]
[TestCase("karaoke-file-samples-without-note")]
[TestCase("karaoke-note-samples")]
[TestCase("karaoke-translate-samples")]
[TestCase("karaoke-translation-samples")]
public void TestNullBeatmap(string fileName)
{
using var resStream = TestResources.OpenBeatmapResource(fileName);
Expand Down

0 comments on commit 27b1039

Please sign in to comment.