We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff91b97 commit 93c73abCopy full SHA for 93c73ab
1 file changed
spec/ruby/library/matrix/exponent_spec.rb
@@ -34,7 +34,7 @@
34
end
35
36
37
- ruby_version_is '3.0.1' do # https://bugs.ruby-lang.org/issues/17521
+ ruby_version_is '3.0.2' do # https://bugs.ruby-lang.org/issues/17521
38
describe "that is 0" do
39
it "returns the identity for square matrices" do
40
m = Matrix[ [1, 1], [1, 1] ]
0 commit comments