doc/commands: allow NitUnit entities in model view
[nit.git] / src / doc / commands / tests / test_commands_model.nit
index 901dd3e..88d5e5e 100644 (file)
@@ -204,7 +204,7 @@ class TestCommandsModel
                var cmd = new CmdModelEntities(test_view, kind = "modules")
                var res = cmd.init_command
                assert res isa CmdSuccess
-               assert cmd.results.as(not null).length == 10
+               assert cmd.results.as(not null).length == 11
        end
 
        fun test_cmd_results_random is test do