diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
| commit | c77a48805c17d36c4503df8cf0fe75e7b620e2d4 (patch) | |
| tree | 05f26df0b6d75846d0868d4bd6d4ad090ea1073c /test/util/tc_validators.rb | |
| parent | 3befab6f5713c537f6b90b51c02882273c7f7cc9 (diff) | |
| download | caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.tar.gz caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.zip | |
Fix offenses related to indentation consistency
Diffstat (limited to 'test/util/tc_validators.rb')
| -rw-r--r-- | test/util/tc_validators.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/util/tc_validators.rb b/test/util/tc_validators.rb index c0e2e356..ba3edba6 100644 --- a/test/util/tc_validators.rb +++ b/test/util/tc_validators.rb @@ -204,9 +204,9 @@ class TestValidators < Test::Unit::TestCase end def test_range_validation - # exclusive - assert_raise(ArgumentError) { Axlsx::RangeValidator.validate('foo', 1, 10, 10, false) } - # inclusive by default - assert_nothing_raised { Axlsx::RangeValidator.validate('foo', 1, 10, 10) } + # exclusive + assert_raise(ArgumentError) { Axlsx::RangeValidator.validate('foo', 1, 10, 10, false) } + # inclusive by default + assert_nothing_raised { Axlsx::RangeValidator.validate('foo', 1, 10, 10) } end end |
