Skip to content

Commit

Permalink
Fixing typo name of tests for setter
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 15, 2018
1 parent e1c4ead commit bdba4f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class PropertiesTestCase extends AbstractWollokInterpreterTestCase {
}
}
test "getter overriden" {
test "setter overriden" {
const acdc = new MaestroMetal()
acdc.base(40)
assert.equals(80, acdc.base())
Expand All @@ -266,7 +266,7 @@ class PropertiesTestCase extends AbstractWollokInterpreterTestCase {
}
}
test "getter overriden" {
test "setter overriden" {
const acdc = new MaestroMetal()
acdc.base(40)
assert.equals(70, acdc.base())
Expand Down

0 comments on commit bdba4f0

Please sign in to comment.