mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Fixes Visualization model test
This commit is contained in:
parent
629e0218d9
commit
deffe181e5
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ func TestDummyDBAssociations(t *testing.T) {
|
|||
assert.EqualValues("Widget_B", widgs[1].Name)
|
||||
} else {
|
||||
assert.Fail("Widget Associations",
|
||||
"Expected to have %v Widget. Has %v.", 2, len(files))
|
||||
"Expected to have %v Widget. Has %v.", 2, len(widgs))
|
||||
}
|
||||
|
||||
// File
|
||||
|
|
Loading…
Add table
Reference in a new issue