Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
hive
imagehoster
Commits
d594d6af
Commit
d594d6af
authored
May 01, 2019
by
justinw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tests to include an active auth
parent
bed488bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
test/index.ts
test/index.ts
+10
-0
No files found.
test/index.ts
View file @
d594d6af
...
...
@@ -17,6 +17,11 @@ export const mockAccounts: any = {
weight_threshold
:
1
,
account_auths
:
[],
key_auths
:
[[
testKeys
.
foo
.
createPublic
().
toString
(),
1
]]
},
active
:
{
weight_threshold
:
1
,
account_auths
:
[],
key_auths
:
[[
testKeys
.
foo
.
createPublic
().
toString
(),
1
]]
}
},
bar
:
{
...
...
@@ -26,6 +31,11 @@ export const mockAccounts: any = {
weight_threshold
:
1
,
account_auths
:
[],
key_auths
:
[[
testKeys
.
bar
.
createPublic
().
toString
(),
1
]]
},
active
:
{
weight_threshold
:
1
,
account_auths
:
[],
key_auths
:
[[
testKeys
.
foo
.
createPublic
().
toString
(),
1
]]
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment