1. Create a TileSet class with 2 tiles 2. Use the method of checkRun() or checkGroup in TileSet class to check if it is valid or not Expected: - invalid, return false, a tile set should have tile set size of at least 3. Actual: - valid, return true