Skip to content

Commit

Permalink
adjusted define to require according to walkthrough step 4 - and remo…
Browse files Browse the repository at this point in the history
…ved some spacing
  • Loading branch information
wridgeu committed May 23, 2020
1 parent 76ccfed commit 486aba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions webapp/test/unit/model/formatter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*global QUnit*/

sap.ui.define(["com/mrb/UI5-Testing/model/formatter"], function (formatter) {
sap.ui.require(["com/mrb/UI5-Testing/model/formatter"], function (formatter) {
"use strict";

QUnit.module("Number unit");
Expand Down
2 changes: 1 addition & 1 deletion webapp/test/unit/model/models.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*global QUnit*/
sap.ui.define(["com/mrb/UI5-Testing/model/models", "sap/ui/Device"], function (
sap.ui.require(["com/mrb/UI5-Testing/model/models", "sap/ui/Device"], function (
models,
Device
) {
Expand Down

0 comments on commit 486aba7

Please sign in to comment.