mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 14:31:28 +00:00
Regarding the dummy test
This commit is contained in:
parent
7f67dfe030
commit
2894fc8dce
@ -31,6 +31,7 @@ class GildedRoseTest {
|
||||
assertEquals(secondItem.quality, 1);
|
||||
}
|
||||
|
||||
// I should maybe delete this
|
||||
@Test
|
||||
void foo() {
|
||||
Item[] items = new Item[] { new Item("foo", 0, 0) };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user