Skip to content

Commit

Permalink
Nobody look at this, I did not TDD my TDD tool
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwes committed Jan 26, 2024
1 parent e2b0125 commit d788878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_gut_config.gd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func test_gut_gets_default_when_value_invalid():
g.double_strategy = GutUtils.DOUBLE_STRATEGY.SCRIPT_ONLY
gc.options.double_strategy = 'invalid value'
gc.apply_options(g)
assert_eq(g.double_strategy, GutUtils.DOUBLE_STRATEGY.INCLUDE_NATIVE)
assert_eq(g.double_strategy, GutUtils.DOUBLE_STRATEGY.SCRIPT_ONLY)

func test_another_thing():
assert_true(true)

0 comments on commit d788878

Please sign in to comment.