Skip to content

Commit

Permalink
fix: various
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Jun 6, 2024
1 parent ad1c845 commit 3b0e895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
2 changes: 1 addition & 1 deletion test/slip39_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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]
];
Expand Down

0 comments on commit 3b0e895

Please sign in to comment.