Forgot to make the test fail

This commit is contained in:
Peter M. Clausen 2021-05-25 20:01:12 +02:00
parent eaa731bb83
commit 7dca97198a

View File

@ -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