Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Sep 19, 2023
1 parent b940bbd commit 45fe8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions view/tree2/to/js/js.left.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace $ {

$mol_assert_ok(foo.owner() instanceof $mol_object)
$mol_assert_like(
foo.some(),
foo.some(1),
foo.some(1),
'Foo_some'
)
Expand All @@ -50,8 +50,8 @@ namespace $ {
)

$mol_assert_equal(
foo.owner().localized(),
foo.some(),
foo.owner(1).localized(),
foo.some(1),
)

$mol_assert_equal(
Expand Down

0 comments on commit 45fe8d1

Please sign in to comment.