mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-03-21 17:34:13 -05:00
fix broken test
This commit is contained in:
parent
c8771895d2
commit
ef93f3e003
|
|
@ -137,7 +137,7 @@ namespace HavenSoft.HexManiac.Tests {
|
|||
get {
|
||||
var games = VanillaPokemonGames.ToList();
|
||||
int gameIndex = 0;
|
||||
foreach (var pair in BaseViewModelTestClass.Singletons.GameReferenceTables) {
|
||||
foreach (var pair in BaseViewModelTestClass.Singletons.GameReferenceTables.Take(9)) {
|
||||
var gameCode = pair.Key;
|
||||
var gameName = games[gameIndex];
|
||||
foreach (var anchor in pair.Value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user