fix two failing tests

This commit is contained in:
Shelley Vohr
2017-10-30 23:15:57 -04:00
parent 06075c4499
commit cb78e4875b
2 changed files with 16 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ class CrashReporter {
}
removeExtraParameter (key) {
binding.setExtraParameter(key)
binding.removeExtraParameter(key)
}
setExtraParameter (key, value) {