Skip to content

Commit

Permalink
Change zone used by case test. Because instances are now cached by Ti…
Browse files Browse the repository at this point in the history
…mezone, this was causing a problem with test_get_valid_1.
  • Loading branch information
philr committed Nov 27, 2005
1 parent d545ab1 commit 7256faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tzinfo/test/tc_timezone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_get_minus

def test_get_case
assert_raise(InvalidTimezoneIdentifier) {
Timezone.get('Europe/london')
Timezone.get('Europe/prague')
}
end

Expand Down

0 comments on commit 7256faf

Please sign in to comment.