mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix error in db test
This commit is contained in:
parent
8d3f7c4fa0
commit
4dfa4fd5f4
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ func TestDummyDBAssociations(t *testing.T) {
|
|||
|
||||
// Widget
|
||||
a.NoError(db.Find(&widg, 1).Error, fM("Widget"))
|
||||
a.EqualValues("Widget_A", vis.Name)
|
||||
a.EqualValues("Widget_A", widg.Name)
|
||||
|
||||
|
||||
// Widget Association
|
||||
|
|
Loading…
Add table
Reference in a new issue