Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Sep 2, 2022
1 parent df1a947 commit 0ac4c9e
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion forms/record_upsert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestRecordUpsertLoadDataJson(t *testing.T) {
t.Fatalf("Expect only 1 manyfiles to remain, got \n%v", manyfiles)
}

onlyimages, ok := form.Data["onlyimages"]
onlyimages := form.Data["onlyimages"]
if len(list.ToUniqueStringSlice(onlyimages)) != 0 {
t.Fatalf("Expect onlyimages field to be deleted, got \n%v", onlyimages)
}
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ac4c9e

Please sign in to comment.