mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-21 00:23:41 +00:00
Compare commits
1 Commits
v0.8.1
...
2228574837
| Author | SHA1 | Date | |
|---|---|---|---|
| 2228574837 |
@@ -35,8 +35,8 @@ func TestRecordStart(t *testing.T) {
|
||||
if err == nil {
|
||||
t.Fatalf("Expected error when starting recording while active, got nil")
|
||||
}
|
||||
if !strings.Contains(err.Error(), "Recording is already in progress") {
|
||||
t.Fatalf("Expected error message to contain 'Recording is already in progress', got '%s'", err.Error())
|
||||
if !strings.Contains(err.Error(), "recording is already in progress") {
|
||||
t.Fatalf("Expected error message to contain 'recording is already in progress', got '%s'", err.Error())
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user