Skip to content

Commit

Permalink
Merge pull request #4301 from krzkol/fix-rest-adapter-test-typo
Browse files Browse the repository at this point in the history
fix rest-adapter-test typo
  • Loading branch information
pangratz committed Apr 6, 2016
2 parents 0151b76 + 42c296b commit 8959c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/adapter/rest-adapter-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ test("createRecord - a serializer's attributes are consulted when building the p
});
});

test("createRecord - a serializer's attribute mapping takes precdence over keyForAttribute when building the payload", function(assert) {
test("createRecord - a serializer's attribute mapping takes precedence over keyForAttribute when building the payload", function(assert) {
env.registry.register('serializer:post', DS.RESTSerializer.extend({
attrs: {
name: 'given_name'
Expand Down

0 comments on commit 8959c4e

Please sign in to comment.