fix two failing tests

This commit is contained in:
Shelley Vohr 2017-10-30 23:15:57 -04:00
parent 06075c4499
commit cb78e4875b
No known key found for this signature in database
GPG key ID: F13993A75599653C
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) {