mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Forgot to make the test fail
This commit is contained in:
parent
eaa731bb83
commit
7dca97198a
@ -10,7 +10,7 @@ program GildedRose_texttest
|
||||
type(Item) :: it
|
||||
|
||||
call init_item(it, "foo", 10, 20)
|
||||
if (trim(it%name) /= "foo" ) then
|
||||
if (trim(it%name) /= "fixMe" ) then
|
||||
write(*,*) "ERRORUnity test Failed"
|
||||
stop 1
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user