Skip to content

Commit

Permalink
Renamed retrieve-battlegroups to retrieve-connectedrealms
Browse files Browse the repository at this point in the history
Due to a typo I mixed this up and the correct endpoint is the connected-realms endpoint.
  • Loading branch information
4lch4 committed Sep 9, 2017
1 parent 7b121e2 commit 970316c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/access/game-data/wow/data/retrieve-battlegroups.js

This file was deleted.

12 changes: 12 additions & 0 deletions tests/access/game-data/wow/data/retrieve-connectedrealms.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const Access = require('../../../../../src/access')

class ConnectedRealms extends Access {
constructor (options) {
super(options)

this.name = 'WoW Connected Realms Access'
this.description = 'Verifies access to the WoW Game Data Connected Realms endpoint.'
}
}

module.exports = ConnectedRealms

0 comments on commit 970316c

Please sign in to comment.