aligned module name

This commit is contained in:
Jiri Luzny
2023-11-12 21:37:13 +01:00
parent 7c4e1ab8e3
commit 60b851ddfa
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package example package main
import ( import (
"log/slog" "log/slog"
@@ -74,7 +74,6 @@ func (s *MySuite) TestLightService() {
s.app.GetService().Light.Toggle(entityId) s.app.GetService().Light.Toggle(entityId)
time.Sleep(1 * time.Second) // wait for state to update time.Sleep(1 * time.Second) // wait for state to update
// <-time.After(1 * time.Second)
newState, err := s.app.GetState().Get(entityId) newState, err := s.app.GetState().Get(entityId)
if err != nil { if err != nil {

View File

@@ -1,4 +1,4 @@
module example module main
go 1.21.0 go 1.21.0