Skip to content

Commit

Permalink
fix: Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 22, 2024
1 parent 765b2d1 commit 7114796
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* Z PL/SQL Analyzer
* Copyright (C) 2015-2024 Felipe Zorzo
* mailto:felipe AT felipezorzo DOT com DOT br
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
package org.sonar.plsqlopen.utplsql

import org.simpleframework.xml.core.Persister
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class UtPlSqlSensorTest {
fun testDescriptor() {
val descriptor = DefaultSensorDescriptor()
sensor.describe(descriptor)
assertThat(descriptor.name()).isEqualTo("Z PL/SQL Analyzer - utPLSQL Test Report Importer")
assertThat(descriptor.name()).isEqualTo("Z PL/SQL Analyzer - utPLSQL Report Importer")
assertThat(descriptor.languages()).containsOnly(PlSql.KEY)
}

Expand Down

0 comments on commit 7114796

Please sign in to comment.