Skip to content

Commit

Permalink
remove stray write_report call
Browse files Browse the repository at this point in the history
this resolves issue #1026
  • Loading branch information
ennorehling committed Sep 16, 2023
1 parent a1ac7ad commit 1b5059c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/tests/e2/e2features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,5 @@ function test_bug_2978()
u:set_skill("trade", 10)
u:set_skill("building", 10)
process_orders()
write_report(f)
assert_equal(1, u:get_item("jewel"))
end

0 comments on commit 1b5059c

Please sign in to comment.