Skip to content

Commit

Permalink
- stable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Jun 24, 2020
1 parent 5d779f2 commit 1522ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ORM/BelongsToPromiseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ public function testEditPromised(): void
$selector = new Select($this->orm->withHeap(new Heap()), Profile::class);
$p = $selector->wherePK(1)->fetchOne();

$this->assertSame('400.0', $p->user->__resolve()->balance);
$this->assertSame(400, (int)$p->user->__resolve()->balance);
}
}

0 comments on commit 1522ca8

Please sign in to comment.