From 773afeb73d658129ddeb0a89ddb7e2ea49165a1d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 1 May 2020 00:46:01 -0700 Subject: Fix a typo --- spec/ruby/library/matrix/unitary_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby') diff --git a/spec/ruby/library/matrix/unitary_spec.rb b/spec/ruby/library/matrix/unitary_spec.rb index b0c23e0e84..c5b8cb6cee 100644 --- a/spec/ruby/library/matrix/unitary_spec.rb +++ b/spec/ruby/library/matrix/unitary_spec.rb @@ -9,7 +9,7 @@ describe "Matrix.unitary?" do end ruby_version_is '2.8' do # matrix v0.3.0 - it "returns false for non unitary matrix" do + it "returns true for non unitary matrix" do Matrix[[0, Complex(0, 1)], [Complex(0, -1), 0]].unitary?.should == true end end -- cgit v1.2.3