Skip to content

Commit

Permalink
test: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 12, 2019
1 parent 0af2b8b commit 9676608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/admin-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ test("service-admin", async t => {
t.log(response);

t.deepEqual(response, {
'stantalone-provider': {
name: "stantalone-provider",
type: "stantalone-provider"
'standalone-provider': {
name: "standalone-provider",
type: "standalone-provider"
},
admin: { name: "admin", type: "admin" },
config: { name: "config", type: "config" },
Expand Down

0 comments on commit 9676608

Please sign in to comment.