Allow tests to be run in any order.
This commit is contained in:
parent
141c5e674c
commit
854c66e78b
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ test "hasMany" {
|
||||||
defer result.deinit();
|
defer result.deinit();
|
||||||
|
|
||||||
// Checking result.
|
// Checking result.
|
||||||
try std.testing.expectEqual(4, result.models.len);
|
|
||||||
try std.testing.expectEqual(repository.MySubmodel, @TypeOf(result.models[0].submodels.?[0]));
|
try std.testing.expectEqual(repository.MySubmodel, @TypeOf(result.models[0].submodels.?[0]));
|
||||||
|
|
||||||
// Checking retrieved submodels.
|
// Checking retrieved submodels.
|
||||||
|
|
Loading…
Reference in a new issue