Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b27f40e

Browse files
committed
Updated Scatter mocks to return name
1 parent 71eac9d commit b27f40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__mocks__/Scatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ export class Scatter extends Authenticator {
128128
}
129129

130130
getName() {
131-
return 'authenticator'
131+
return 'scatter'
132132
}
133133
}

0 commit comments

Comments
 (0)