diff --git a/gh-pages.sh b/gh-pages.sh
index 9b79467..be6a8c2 100755
--- a/gh-pages.sh
+++ b/gh-pages.sh
@@ -14,6 +14,6 @@ git add -A
 git commit -m 'deploy'
 
 # if you are deploying to https://<USERNAME>.github.io/<REPO>
-git push -f git@github.com:ethicnology/subterfuge.git main:gh-pages #main or master
+git push -f git@github.com:ethicnology/subterfuge.git master:gh-pages #main or master
 
 cd -
\ No newline at end of file
diff --git a/test/slip39_test.dart b/test/slip39_test.dart
index ba0cc93..ce4506e 100644
--- a/test/slip39_test.dart
+++ b/test/slip39_test.dart
@@ -34,7 +34,7 @@ void main() {
     expect(inputSecret, outputSecret);
   });
 
-  testWidgets('Test 3/5 without passphrase', (WidgetTester tester) async {
+  testWidgets('Test 3/5 with passphrase', (WidgetTester tester) async {
     var scheme = [
       for (var i = 0; i < 5; i++) [1, 1]
     ];