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 9814892
Showing 1 changed file with 1 addition and 1 deletion.
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 9814892

Please sign in to comment.