From 46d05866585219a004c587e6bc4f5dbae4295af6 Mon Sep 17 00:00:00 2001 From: Ralf Comtesse Date: Mon, 15 Sep 2025 15:05:50 +0200 Subject: [PATCH] * converted Java TextestFixture to scala --- .../test/scala/com/gildedrose/TexttestFixture.scala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scala/src/test/scala/com/gildedrose/TexttestFixture.scala b/scala/src/test/scala/com/gildedrose/TexttestFixture.scala index ad54a41e..47ec57fd 100644 --- a/scala/src/test/scala/com/gildedrose/TexttestFixture.scala +++ b/scala/src/test/scala/com/gildedrose/TexttestFixture.scala @@ -1,15 +1,15 @@ package com.gildedrose object TexttestFixture { - + @main def main(args: Array[String]): Unit = { System.out.println("OMGHAI!") val items = Array[Item]( - Item("+5 Dexterity Vest", 10, 20), - Item("Aged Brie", 2, 0), - Item("Elixir of the Mongoose", 5, 7), - Item("Sulfuras, Hand of Ragnaros", 0, 80), + Item("+5 Dexterity Vest", 10, 20), // + Item("Aged Brie", 2, 0), // + Item("Elixir of the Mongoose", 5, 7), // + Item("Sulfuras, Hand of Ragnaros", 0, 80), // Item("Sulfuras, Hand of Ragnaros", -1, 80), Item("Backstage passes to a TAFKAL80ETC concert", 15, 20), Item("Backstage passes to a TAFKAL80ETC concert", 10, 49),