Skip to content

Commit 7e422f1

Browse files
committed
Drop pending test status on next phase of support
1 parent 53174e7 commit 7e422f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fluent_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ foo =
114114
assert.same("baz", tostring(bundle:get_message("bar")))
115115
end)
116116

117-
pending('can be accessed as properties', function ()
117+
it('can be accessed as properties', function ()
118118
assert.same("bar", bundle.foo:format())
119119
assert.same("bar", bundle["foo"]:format())
120120
assert.same("baz", bundle.bar:format())

0 commit comments

Comments
 (0)