Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 1e7fb95

Browse files
committed
Correction in test code
1 parent 6b5e824 commit 1e7fb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SunButton/thing_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestInitTemplate(t *testing.T) {
163163

164164
//// unnecessary test, but good for practicing
165165
name := uasset.GetName()
166-
if name != "Set Values" {
166+
if name != "Button" {
167167
t.Errorf("expected name of the resource is %v, got %v", uasset.Name, name)
168168
}
169169
Services := uasset.GetServices()

0 commit comments

Comments
 (0)