Skip to content

Commit aba0ab1

Browse files
committed
Fix test
1 parent 0081d67 commit aba0ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/class-elda-test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function test_load_textdomain() {
5050

5151
Elda::boot( __DIR__ . '/fixtures/acme/acme-3.php' );
5252

53-
$this->assertNotEmpty( $l10n );
53+
$this->assertEmpty( $l10n );
5454

5555
Elda::boot( __DIR__ . '/fixtures/acme/acme-3-1.php', [
5656
'domain' => 'acme'

0 commit comments

Comments
 (0)