From 7817b34671608d879960270d7ef6f513e190c726 Mon Sep 17 00:00:00 2001 From: samridhi Date: Fri, 1 Sep 2023 13:13:30 +0200 Subject: [PATCH] fix typo --- tests/main/tests/integration/adapter/record-persistence-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main/tests/integration/adapter/record-persistence-test.js b/tests/main/tests/integration/adapter/record-persistence-test.js index 96e4bb5c4b1..d8e39faf316 100644 --- a/tests/main/tests/integration/adapter/record-persistence-test.js +++ b/tests/main/tests/integration/adapter/record-persistence-test.js @@ -249,7 +249,7 @@ module('integration/adapter/record_persistence - Persisting Records', function ( assert.strictEqual(savedTom, tom, 'The record is correct'); assert.strictEqual(savedYehuda, yehuda, 'The record is correct'); assert.false(tom.hasDirtyAttributes, 'Tom is not dirty after saving record'); - assert.false(yehuda.hasDirtyAttributes, 'Yehuda is not dirty after dsaving record'); + assert.false(yehuda.hasDirtyAttributes, 'Yehuda is not dirty after saving record'); assert.strictEqual(tom.name, 'Tom Dale', 'name attribute should reflect value of hash returned from the request'); assert.strictEqual( tom.updatedAt,